VO Extension not working in R12

Hi all i have to extend a subtablayout region to add new column ; for that i extended VO which is EO based.
I have done all necessary steps but my problem is this error:
Message not found. Application: FND, Message Name: FND_VIEWOBJECT_NOT_FOUND. Tokens: VONAME = PaymentTransactionsVO; APPLICATION_MODULE = oracle.apps.ce.bankaccounttransfer.server.BankAccountTransferAM;
i cannot find the new field on page & its not recognising the VO & i am stuck..
My approach is to change the query as the original query doesnt hav the required attr but i didnt change query in expert mode because expert mode option is disabled for my VO . I dontknw if i have done right or wrong.
Any guidance will be gr8888888888 helpppppp for meeee...
Thanks,
sims

AJ,
Fine for New field ExchangeRateValue i thought same but for executing the query in both cases after binding with run time param..
I need to setwhereclauseparam right?????
can u plz give me any code snippet to make me clear as SOB_id is not given on run time it shud be selectd automatically according to Bank Legal entity but yess for currency LOV i can fetch from LOV selection i chnged my code like this:
if("currency".equals(lovInputSourceId))
OAMessageLovInputBean lovCurrencyBean=(OAMessageLovInputBean)webBean.findChildRecursive("currency");
pageContext.writeDiagnostics(this,"LOV Bean is "+ lovBean + "...",OAFwkConstants.STATEMENT);
lovInput = null;
if(lovCurrencyBean != null)
if("lovValidate".equals(pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM)) || "lovUpdate".equals(pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM)))
System.out.println("IN IF");
lovInput= pageContext.getParameter("currency");
if ("USD".equals(lovInput))
try {
Connection conn = pageContext.getApplicationModule(webBean).getOADBTransaction().getJdbcConnection();
String Query = "SELECT PaymentTransactionsEO.TRXN_REFERENCE_NUMBER,PaymentTransactionsEO.Transaction_Date,PaymentTransactionsEO.Payment_Currency_Code,GLDR.Conversion_Date,csp.cashflow_exchange_rate_type,gl.user_conversion_type exchange_rate_type, GLDR.CONVERSION_RATE exchange_rate_value FROM CE_PAYMENT_TRANSACTIONS PaymentTransactionsEO, CE_SYSTEM_PARAMETERS CSP, GL_SETS_OF_BOOKS SOB, gl_daily_conversion_types GL, gl_daily_rates GLDR where SOB.SET_OF_BOOKS_ID = CSP.SET_OF_BOOKS_ID AND csp.CASHFLOW_EXCHANGE_RATE_TYPE = GL.Conversion_Type and GL.Conversion_Type=GLDR.CONVERSION_TYPE and GLDR.Conversion_Date=PaymentTransactionsEO.Transaction_Date and gldr.from_currency=PaymentTransactionsEO.Payment_Currency_Code and CSP.LEGAL_ENTITY_ID is not null AND and csp.set_of_books_id = 2063 and PaymentTransactionsEO.Payment_Currency_Code=:1 ";
PreparedStatement stmt = conn.prepareStatement(Query);
for(ResultSet resultset = stmt.executeQuery(); resultset.next();)
pageContext.writeDiagnostics(this, "Query Executed", OAFwkConstants.STATEMENT);
String result1 = resultset.getString("exchange_rate_value") ;
pageContext.writeDiagnostics(this, "Query for ExchangeRateValue Executed " + result1,OAFwkConstants.STATEMENT);
OAMessageStyledTextBean ExchangeRateValueBean = (OAMessageStyledTextBean)webBean.findChildRecursive("ExchangeRateValue");
ExchangeRateValueBean.setValue(pageContext,result1);
catch(Exception exception)
throw new OAException("Error in Query"+exception, OAException.ERROR);
please suggest..
Thanks
Sims

Similar Messages

  • Export Funtionality not working in R12

    HI,
    We have some custom forms that we have upgraded to R12.
    But the export funtionality is not working for these forms.
    When we open the form, standard funtionality like Menu> Record> Last are not working in R12.
    Any body can please help in this.

    Hi,
    Does this happen with all forms (custom and standard)?
    Please see if the documents referenced in this thread help.
    Export to EXCEL doesnt work
    Export to EXCEL doesnt work
    Regards,
    Hussein

  • Export functionality not working in R12

    HI,
    We have some custom forms that we have upgraded to R12.
    But the export funtionality is not working for these forms.
    When we open the form, standard funtionality like Menu> Record> Last are not working in R12.
    Any body can please help in this.

    You should post your question in the eBusiness-forums, maybe here OA Framework

  • Discoverer report not working on R12 !

    We have just migrated to R12 from 11i and some of the discoverer query is not working, but the same is working fine when we ran thru SQL Developer or TOAD.
    Is there any context (mo_global.set_policy_context) needs to be set in Discoverer report to get the data?
    Thanks

    Thanks Srini,
    There is no any specific error message, the strange thing is if I run the Discoverer report is not returning any data, but if I set the mo_global.set_policy_context ('S',111) in SQL Developer or TOAD and then run the discoverer report it return data...
    Any pointers?

  • Cutom.xss Not working in R12

    Hi ,
    I have done some color change on a table column based on certain condition. which is working fine in 11i instance but when i have migrated the same in R12 it is not working.
    Code in (PR) :
    OALinkBean bean1 = (OALinkBean)webBean.findChildRecursive("Addi1");
    if (thsholdVal<CalThVAl)
    { row.setcolor("1");
    OADataBoundValueViewObject cssjob1 = new OADataBoundValueViewObject(bean1,"color");
    bean1.setAttributeValue(oracle.cabo.ui.UIConstants.STYLE_CLASS_ATTR, cssjob1);
    else
    row.setcolor("2");
    OADataBoundValueViewObject cssjob1 = new OADataBoundValueViewObject(bean1,"color");
    bean1.setAttributeValue(oracle.cabo.ui.UIConstants.STYLE_CLASS_ATTR, cssjob1);
    Custom.xss code: (Location $OA_HTML/cabo/styles)
    <style selector=".2">
    <includeStyle name="DefaultFontFamily"/>
    <property name="background-color">#00FF00</property>
    </style>
    <style selector=".1">
    <includeStyle name="DefaultFontFamily"/>
    <property name="background-color">#FF0000</property>
    </style>
    Please give me a response if i missed any thing or i need to make some R12 specific change.

    I don't think there is a specific change required for R12. Have you bounced the Apache after replacing the custom.xss file?
    Thanks
    Shree

  • Help button not working on R12

    Hi
    In my R12 envirionment, when I clicking on "help" button, is not working.
    View topic - Help on web giving blank page..
    Help me
    Thanks
    Neo
    Edited by: user10764313 on Dec 1, 2011 9:51 AM

    Please post the details of the application release, database version and OS.
    In my R12 envirionment, when I clicking on "help" button, is not working.Not working means?
    Was this working before? If yes, any changes been done recently?
    Can you find any errors in the database/apache log files?
    Can you reproduce the issue from different machines using different browsers?
    Help mePlease elaborate more.
    Thanks,
    Hussein

  • Telephone extensions not working after Openreach u...

    My 91 year old mother's phone has not been working for three and a half weeks while lines in her neighbourhood were upgraded to support broadband.
    The good news is that an Openreach engineer has now fixed her master socket and one phone in her house is now working.
    The bad news is that the handsets on two extension sockets stopped working, when the master socket was fixed. 
    The Openreach engineer told my mother that the handsets attached to the extensions were old and should not be used and need to be replaced. That may well be true, but I brought one handset home and it works fine plugged into an extension at our own house - we use BT Infinity with one master socket (for the broadband router) and three extension sockets (with ordinary handsets)
    The two extension sockets in my mother's house seem to be dead. (If you plug a normal handset into them nothing happens). It looks to me as if it's not the equipment that is the problem, but the sockets, which, as far as I can tell, appear to have been disconnected.
    From what I can see, the telephone line comes into an (old) junction box in the house. One (new) line then goes down to the (working) master socket, and another (old) line goes directly from the junction box to the (not working) extension sockets. 
    My question is: who is responsibile for fixing this mess? I understand that the homeowner is responsible for the equipment and internal telephone wiring in their house, but I don't want to meddle with the wiring and sockets myself. Also, my mother (like many elderly people) has an emergency red button machine (supplied by the local authority) connected to the main phone in her house. Fortunately that now seems to be working, but I don't want to do anything that could affect the red button machine or stop the main phone working again. 
    We don't necessarily want to replace the system back to exactly what it was before, but my mother would like at least one extra phone in the house. The main phone is in the living room. She is hard of hearing and can't hear the phone ringing when she is in her bedroom. She doesn't like using a handsfree phone - she fiinds it much easier just to lift the handset to get dialling tone, and replace the handset when she has finished - as you could in the good old days! So an extension socket and handset in (or near) the bedroom seems to be the ideal solution, if only we could get the extension sockets working again!
    My mother does not want broadband. She just wants her ordinary landline to work and to be able to plug an extra handset into an extension socket. 
    Can anyone help please?

    Hi cwmk,
    Welcome to the community and thanks for posting!
    Sorry that your Mum's extension sockets were disconnected when the engineer fixed the master socket.  Send us over the details and we'll look into this from here.
    Click on my username and under the "about me" section you'll see the link to get in touch with us.
    Cheers
    Robbie
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Custom rendering extensions not working in SSRS Report Designer (rsreportdesigner.config)

    My custom rendering extension is working in Report Builder (in RSReportServer.config), but not in Report Designer (in RSReportDesigner.config):  instead of adding a "TXT" export option, it's just adding a duplicate "CSV" option.
    SUMMARY: 
    Is there a way to get these features working, with Report Designer?
    DETAILS:
    We are running SSRS (Reporting Services) under SQL Server 2008 R2.
    Here's my rendering section:
        <Render>
          <Extension Name="XML" Type="Microsoft.ReportingServices.Rendering.DataRenderer.XmlDataReport,Microsoft.ReportingServices.DataRendering" />
          <Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering" />
          <!-- TXT extension with help from:  http://social.msdn.microsoft.com/Forums/sqlserver/en-US/d79845a8-17fb-4ec6-b121-2c40cf466d73/how-do-i-add-a-pipe-delimited-option-in-ssrs-2008-report-manager?forum=sqlreportingservices -->
          <Extension Name="TXT" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering">
            <OverrideNames>
                <Name Language="en-US">TXT(ASCII,NoColHds)</Name>
            </OverrideNames>
            <Configuration>
                 <DeviceInfo>
                     <FileExtension>txt</FileExtension>
                    <FieldDelimiter>,</FieldDelimiter>
                    <Encoding>ASCII</Encoding>
                    <NoHeader>true</NoHeader>
                </DeviceInfo>
            </Configuration>
          </Extension>
          <Extension Name="IMAGE" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRenderer,Microsoft.ReportingServices.ImageRendering" />
          <Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering" />
          <Extension Name="HTML4.0" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension,Microsoft.ReportingServices.HtmlRendering" Visible="false" />
          <Extension Name="MHTML" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.MHtmlRenderingExtension,Microsoft.ReportingServices.HtmlRendering" />
          <Extension Name="RPL" Type="Microsoft.ReportingServices.Rendering.RPLRendering.RPLRenderer,Microsoft.ReportingServices.RPLRendering" Visible="false" />
          <Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering" />
          <Extension Name="WORD" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRenderer,Microsoft.ReportingServices.WordRendering" />
        </Render>
    When I add the above "TXT" section to RSReportServer.config, then Report Builder (and production) both show an export option "TXT(ASCII,NoColHds)". 
    But when I add this "TXT" section to RSReportDesigner.config, and then (in Report Designer / BIDS) attempt to export from a "Preview" of the report, the export drop-down does not show a "CSV" option followed by a "TXT"
    option, but instead shows the "CSV" option twice.
    This simply limits testing of the export option, to Report Builder... or requires any reports be published from Report Designer before they can be tested with
    this export option.
    (FYI, why this export option:  compliance in our industry requires sending data to government agencies, in text files, with fixed-length columns, and ASCII encoding.  Also, we're attempting to give the production of these files to the *users* managing
    communication with those agencies... so we're putting them into SSRS.
    I worked around the fixed length columns (and no delimiters -- no commas), by writing a version of the report where all string columns are padded, and all columns are concatenated, to form ONE LONG COLUMN... but Reporting Services' CSV export format produces
    a Unicode file (UTF-8, which the agency rejected, because it had a leading "", or "EF BB BF" in hex), whereas the agency requires an ASCII file.)

    Hi Doug_atMidway,
    According to your description, you want to enable your custom render extension. Right?
    In Reporting Services, if you want to deploy the custom extension, you just need to add the extension into rsreportserver.config file.  The
    RSReportDesigner.config file stores settings about the rendering extensions available to Report Designer. Since you still use the csv rendering extension in your assembly, we don't need to do any modification in rsreportdesigner.config file. Pleaes
    refer to the links below:
    Thanks for attempting to help, Simon.  
    As my question states, I've *already done* both the above:  changed (1) rsreportserver.config and (2) rsreportdesigner.config.  I added the same code, shown above, to both files.  I did that so I could see the new "txt" extension
    both (1) when exporting in production and Report Builder, and (2) when exporting in Report Designer's "preview".  
    The change in (2) is not working:  I do not see the "TXT" extension in Report Designer, when I try to export from a preview.  Instead, Report Designer shows the CSV extension repeated.
    Thanks for the docs.  I consulted them (well, I consulted the EQUIVALENT pages, for SQL Server 2008 R2), when creating my block of code above.
    Do you see anything to correct, in my code?
    Are the features I'm using actually working, with rsreportdesigner.config?
    Thanks again, 
    -- Doug

  • 3rd party extensions not working in 2014.1 -seeming disaster!

    When I updated to 2014.1 my 3rd party extensions will not activate in Live view. Yes I am using fluid grid layouts. Does anyone know a quick work around? I could not have imagined this happening!!

    Hi Ben, I am using project seven ....
    Image Gallery Magic 2
    Accordion Panel Magic 3
    Horizontal Mega Menu Magic
    Previously I was able to create a template with a fluid grid layout, use the extensions to create a menu, etc. and then click on the extension item (in the menu pull down) and make updates from the third party screen. Not having design view, I cannot access the extensions in live view. Regrettably, I have built many sites using these extensions and now it is very cumbersome to edit and create new menu items. The extensions do work fine in sites that are not fluid grid layout, but most of the sites I have created are FGL.

  • JDeveloper and Team System Extension not working

    I am using JDeveloper 11g (11.1.1.1) and latest VSTS extension. The Team System extension does not work.
    Here are what I have done:
    1) Install JDev, JDev team system extension, TFS team explorer.
    2) Workspace created in Team Explorer.
    3) JDev Versioning control set for Team system. Select workspace, refresh it.
    4) Create a new application/project under team explorer workspace. In Application explorer, The application and project showed up with a "X" mark - not in source control.
    5) Add the application/project into source control. Succeeded.
    6) But - the application and project still show up with "X" mark. Trying to add again, JDev pop up error message: "file already exists in source control". Files still show up in pending changes window.
    I am using windows XP SP2 for development.
    Any ideas? Please, this is urgent.
    Edited by: user8658859 on 2009/9/24 上午 2:55

    I am betting you are running 4.3?  I just upgraded my GS3 to 4.3 and now I can't get the GMail smart extension to work.  Previously, I was able to on the same phone (but running 4.1.2) but couldn't use WatchIt.  Now I can use WatchIt, but can't use Gmail.  How frustrating!!

  • [SOLVED] Cinnamon 2.2.8: Extensions not working

    1. -- Configuring Cinnamon extensions
    NOTE! This problem has been solved. See message #13 for details.
    The first problem I have is that I'm not able to configure any extensions in the recent Cinnamon 2.2.8 in Arch Linux.
    http://s29.postimg.org/v2ierpco7/cinnam … onsbug.png
    When clicking Configure button (either one showed in the picture above or the other on bottom of the main window), I get the following terminal output. On this example, I clicked the button twice:
    Loading Extensions module
    Could not find any instance settings data for this extension - are you sure it is loaded, and supports settings?
    Traceback (most recent call last):
    File "/usr/lib/cinnamon-settings/bin/ExtensionCore.py", line 475, in <lambda>
    item.connect('activate', lambda x: self._configure_extension())
    File "/usr/lib/cinnamon-settings/bin/ExtensionCore.py", line 1009, in _configure_extension
    settingContainer = XletSettings.XletSetting(uuid, self, self.collection_type)
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 53, in __init__
    self.build_single()
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 145, in build_single
    self.current_id = instance_key
    UnboundLocalError: local variable 'instance_key' referenced before assignment
    Could not find any instance settings data for this extension - are you sure it is loaded, and supports settings?
    Traceback (most recent call last):
    File "/usr/lib/cinnamon-settings/bin/ExtensionCore.py", line 475, in <lambda>
    item.connect('activate', lambda x: self._configure_extension())
    File "/usr/lib/cinnamon-settings/bin/ExtensionCore.py", line 1009, in _configure_extension
    settingContainer = XletSettings.XletSetting(uuid, self, self.collection_type)
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 53, in __init__
    self.build_single()
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 145, in build_single
    self.current_id = instance_key
    UnboundLocalError: local variable 'instance_key' referenced before assignment
    Traceback (most recent call last):
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 71, in on_hide
    self.content.hide()
    AttributeError: XletSetting instance has no attribute 'content'
    My gcc version is:
    gcc (GCC) 4.9.0 20140507 (prerelease)
    and python version:
    Python 3.4.0
    I installed a fresh Arch Linux two days ago so there should not be old configurations etc. in the system.
    2. -- Missing several Cinnamon modules
    NOTE! This problem has been fixed by loqs & clfarron4. It was caused by a missing mintlocale package. Thank you for your attention!
    The second problem I have is lack of the following Cinnamon settings in GUI (cinnamon-settings):
    - region (Regional Settings)
    - Languages
    Output when trying to load, for example, region module:
    [fincer@fincer-laptop ~]$ cinnamon-settings region
    Unknown module region, using cinnamon-control-center
    I already checked folders
    /usr/lib/cinnamon-settings/modules/
    /usr/lib64/cinnamon-settings/modules/
    /usr/lib/cinnamon-control-center-1/panels/
    /usr/lib64/cinnamon-control-center-1/panels/
    I have libregion.so in panels folder but I couldn't find more relevant information related to the problem.
    Any help is appreciated. Thank you!
    Last edited by Fincer (2014-05-22 20:54:24)

    Thanks clfarron4. I voted for the package.
    I needed to re-open this topic since it seems that issue number 1 is still alive.
    To be more detailed, I can currently access extension configurations via configure button in cinnamon-settings. However, I noticed that I'm not able to actually change any extension settings and thus, these extensions are not working. In my Linux Mint installation (Cinnamon 2.0.6), they are working perfectly fine.
    So, I still have GUI access to extension configurations but the settings affect nothing, no matter of my customizations. They simply do not run.
    I get this terminal output while running cinnamon-settings and entering to configuration tab:
    Opacify plugin:
    __init__ took 236.561 ms
    Loading Extensions module
    Could not find tooltip for key 'opacity' in xlet '[email protected]'
    Could not find tooltip for key 'beginTime' in xlet '[email protected]'
    Could not find tooltip for key 'beginEffect' in xlet '[email protected]'
    Could not find tooltip for key 'endTime' in xlet '[email protected]'
    Could not find tooltip for key 'endEffect' in xlet '[email protected]'
    Backgrounds plugin:
    __init__ took 309.628 ms
    Loading Extensions module
    Could not find tooltip for key 'path' in xlet 'backgrounds@mohammad-sn'
    Could not find tooltip for key 'time' in xlet 'backgrounds@mohammad-sn'
    My basic question is: what in Earth could I miss here? I have correct extension files & subfolders in both ./.local/share/cinnamon/extensions and ./.cinnamon/configs/.
    Last edited by Fincer (2014-05-22 07:56:53)

  • Business Catalyst extension not working since upgrade

    I have installed the CC 2014.1 upgrade and now can't get my BC extension too work.
    I click on Site->Manage Sites->Import Business Catalyst Site to add a BC site to DW and a dialog comes up saying BC is available as an add-on.
    That then takes me to the Adobe Add-ons page which says it is already installed. If I go to Windows->Extensions it says there are no extensions available.
    If I go to the Business Catalyst window in DW it shows a video link and a button that says 'Get Started' which does nothing.
    What has happened?

    I've installed the Business Catalyst add-on for Dreamweaver CC and I'm having a similar issue to the initial post above but I'm also receiving the error showing in the first (Dreamweaver) screen grab below. When I view applications through CC App, it shows that the Business Catalyst add-on is installed. Likewise, when I use the Adobe Extension Manager, it also shows the Business Catalyst add-on is installed. I've followed your instructions for cleaning up the Preferences. I've also tried uninstalling and re-installing the Business Catalyst add-on several times. I noticed one of the troubleshooting steps for Business Catalyst add-on states:
    a. Check the version of Adobe Extension Manager CC installed on your machine.
    b. If the version is not 7.3.3.39 or later, update your Adobe Extension Manager CC using the Creative Cloud app.
    I checked my version of Extension Manager and it's only at ver. 7.3.2.39 even though I followed the update procedure through the Creative Cloud app. I've closed all apps and re-started my computer. I've followed all the troubleshooting procedures I can find on the Add-ons website and the forums and I'm stuck.
    Dreamweaver screen grab:
    Extension Manager screen grab:
    My versions:
    Dreamweaver CC 2014.1
    Extension Manager CC ver. 7.3.2.39
    Business Catalyst ver. 1.0.0
    Creative Cloud Desktop Manager ver. 1.9.0.465
    64 bit Mac OS X (10.10.2)
    I appreciate any assistance.

  • Forms Personalization not working after R12 upgrade

    Hi,
    We have recently upgraded to R12. We have forms personalizations on the People, Enter and Maintain form and this is not working now after the R12 upgrade.
    I went to one of the form personalizations and Validated and Applied again but it still did not work. I also created a new one but had no success with that either.
    Any ideas how to get this working again ? Is there something extra that needs to be done for R12?
    Thanks
    Regards,
    Shalantha

    Pl indicate which version of R12 and on what form you had the personalization in the previous version. Have you checked FND_FORM_CUSTOM_% tables to ensure that the personalization survived the upgrade ?
    Pl see if these MOS Docs can help
    Forms Personalizations Unavailable After Upgrade To 12.1.x          (Doc ID 1245864.1)
    Forms Personalization Not Working After Upgrade To R12.1.3          (Doc ID 1309458.1)
    Form Personalization Value Field Not Being Retained After Upgrade          (Doc ID 1266265.1)
    Do Personalizations Holdup After A Patch Is Applied? (Doc ID 1286576.1)
    HTH
    Srini

  • Why is the extension not working?

    My extension isnt working for Photoshop CC2014

    Hello martycash,
    I'm a little unsure of what you are trying to add and the error message that you are getting. I assume that you are talking about a .class file or jar file when you say package and the error message that you get says that something is not found.
    lib\ext is a good place to put such files but it is not the only place to put them. You may put them almost anywhere. In the lib folder for instance, or outside of the jdk folder if you like. What you need to do is to set your CLASSPATH to point to the folder where you put them. By putting them in the lib folder, you avoid having to modify your CLASSPATH.
    -Merwyn,
    Developer Technical Support,
    http://www.sun.com/developers/support.

  • Manual update for plug ins and extensions not working

    I've just noticed that when I attempt to manually check for updates either in plug ins and/or extensions from the gear symbol drop down screen that I get the drop down screen, but, the check for updates function does not work. It just sits there with nothing happening. I have to close the screen to get out of that function. Anybody know anything about this?

    Thanks you for your comments. I would mention that this problem just started with the update to FF 37.0.4 I tried restarting FF in safe mode with no effect on the above mentioned problem. Any other thoughts?

Maybe you are looking for