Oracle Forms requires JRE 1.4.2_06, how do I uninstill newer versions

Hi, The Oracle Forms that we use require JRE 1.4.2_06, they will not run in the most recent version of the JRE. How am I supposed to uninstall the newer versions? I went into the control panel and uninstalled them through there and rebooted, but the directories still exist, the entries in the registry still exist and the version reported in the console is still 1.6.0_05. What else do I need to do?

I sorted this out myself.
Downloaded the latest stable xerces binary (2.5.0) from http://xml.apache.org/dist/xerces-j/
Then I extracted xercesImpl.jar and put it under:
%ORACLE_HOME%\LIB\endorsed
I had to create the endorsed folder as it didn't exist.
Then, when invoking Saxon using java.exe, I added the following switch:
-Djava.endorsed.dirs=%ORACLE_HOME%\LIB\endorsed
That's it.
You can find some background info on:
https://jaxp.dev.java.net/Updating.html
Bye,
Flavio

Similar Messages

  • How to view and restore sharepoint 2013 designer workflows and how to redeploy with newer version to environments

    how to view and restore sharepoint 2013 designer workflows and how to redeploy with newer version to environments
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi,
    In SharePoint Designer 2010, we could not save the workflow as a template directly except the reusable workflow.
    However, in SharePoint Designer 2013, we can just save all the types workflow as a template, then you can import the workflow into the new environment.
    http://blogs.msdn.com/b/workflows_for_product_catalogs/archive/2012/11/02/deploying-a-workflow-on-a-different-server.aspx
    In SharePoint Designer 2013, every time we publish the workflow, we would get a newer version workflow, and the old workflow version would be overwritten.
    So, when you deploy the workflow in the environment, the workflow would the newer version.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • HT203477 i hane the verson 10.0.6 of final cut and i want to ask how i taken the new version?

    i have te version of final cut pro x 10.0.6 and i want to ask how i take the new version of the same products

    Sign into the App Store with the same Apple ID used to purchase the software.

  • How to uncheck "install new versions automatically" from INTERNET EXPLORER 11 from SCCM 2012

    We have deployed "Internet Explorer 11" application  through SCCM 2012 console .the deployed application was customized using "Internet Explorer customization wizard 11" tool.
    issue:
    we are getting  "install new versions automatically" check box as checked
    when we see from help about  "about internet Explorer"
    seeking solution:
    how to uncheck "install new versions automatically" check box from SCCM 2012 console.
    please let me know if we have any solution for this instant
    thanks,
    Gc.Hanumareddy

    Hi,
    For option: "install new versions automatically", we can simply prevent it via GPO or registry (the registry entry can also be deployed via GPO)
    Computer Configuration - Administrative Templates - Windows Components - Internet Explorer - Install new versions of Internet Explorer automatically
    Or
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]    
    "EnableAutoUpgrade"=dword:00000000
    Yolanda Zhu
    TechNet Community Support

  • HT1711 How do I update new versions of Apps using the new iTunes?

    Good day all. I am having problems downloading updated versions of some Apps using the new iTunes. How do I update new versions of Apps using the new iTunes?

    You can go back to the old view with the left-hand sidebar via View > Show Sidebar (if you are on windows then alt-v should show the View drop-down menu) - which is what I'm currently doing as I'm familiar with that way.
    Or, on the new view you can click on the library type at the top left and select Apps and then Check For Updates at the bottom right of the screen. When you've downloaded the updates to your computer, click on Library top right to go back to your library view from the store, then select the iPad (top right) and Sync at the bottom right should then copy the updates to your iPad.

  • Oracle Form functions and procedures in APEX, how?

    I am working to recreate in APEX, already existing Read Only Forms in Oracle Forms. APEX Interactive Report functionality among other things, makes it worth while as well as targetting a different audience than the one that utilizies the Oracle Form versions. Oracle Forms versions use lots of pre and post query triggers, PLSQL Functions.
    In Oracle Forms one of the places those functions can be located is in the "Program Units" section of the Form. A typical function of this sort, based on a specific Mission ID Itinerary, collects scheduled passengers last names, formats them with a comma and space after each one, into a single string that is returned and displayed as the passenger list of one row.
    I have all this code written so I can move most of the main query of the Oracle Form into an Interactive Report. These functions and triggers called from within the Form, from the "Program Units" section of the Oracle Form rather than being stored in the Database schema in a package, where would they go inside APEX? Can I create a "Shortcut" in APEX and call it from the Interactive Report "Region Source"? Can I create the PLSQL function at the page level or region level of the Interactive Report? Or, is my best bet creating a package stored in the database, of all these functions and/or proecedures I may need from the original Oracle Form?
    Some advice would be greatly appriciated.

    RLBickham wrote:
    I don't think I have been clear enough in describing the specific thing I want to do, it simply does not reach the level of forms to APEX conversion. It is basically a PLSQL Function problem.
    I have an Interactive Report that is currently getting 90 percent of what I want however, each row, representing a Mission may have multiple legs. Each Leg has two locations or ICAO codes attached to it. Based on the Mission number, I want to loop through the leg table, collect all the ICAO codes for that Mission, put them all into 1 variable separated by a coma and add that variable to the column display of that Interactive Report as the last column.
    In Oracle Forms I have a function saved to the database that is called within the main query. Maybe I am asking a question that does not need to be asked but in any case my question is can I put that function currently in the database somewhere in the confines of the Interactive Report and reference it via Http somehow or should I just stick with putting functions and procedures in packages stored in the database and called the conventional way?You could move the function to the database and call it from the report query, but it sounds as if it's superfluous. In the report query use whatever form of Re: 4. How do I convert rows to columns? is appropriate to your (unspecified) database version.
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.

  • HT5557 How to get the newer version of books in iBooks

    I have two books that I downloaded and now they say "author unknown" and it shows I can purchase the book again...it's like there is a newer version of the book.  How do I get the newer version without purchasing the book again?

    Hello,
    Here you can download the newer versions of ODBC drivers with or without Oracle Universal Installer:
    http://www.oracle.com/technology/software/products/rdbodbc/index.html
    I wait that this can help you!!
    Best Regards,
    Paola Pullas
    http://www.ecuoug.org

  • How to get a newer version of the Universal Installer

    I have a need fot and updated version of the Oracle 9 ODBC driver. The driver, however requires a newer version of the OUI (we have 2.2.0.16.0 and it wants 2.3.0.5.0a). I can't seem to find a seperate download just for the installer. Does anyone know of anyway to just get an update to the installer?

    Hello,
    Here you can download the newer versions of ODBC drivers with or without Oracle Universal Installer:
    http://www.oracle.com/technology/software/products/rdbodbc/index.html
    I wait that this can help you!!
    Best Regards,
    Paola Pullas
    http://www.ecuoug.org

  • How do i uninstall new version of Elements and reinstall on external hard drive.  My PC is crashing

    How do i uninstall new software for Elements and be able to reinstall on external hard drive .Message on Wizard say I can not reinstall once I uninsall. I need to remove it from my PC. There is not enough disc space and it is crashing.

    It's really not clear what you are trying to say. You need to explain better and provide more info.
    Mylenium

  • How to load a new version in  Central Management Console

    HI I am new to  Central Management Console  and need to replace a program there with the new version.
    i am not seeing how this is done.
    i have gone there and located the current report. but i don't see where you replace it.

    Hope you have already got know on how to add new programs to CMC. (CMC->Folders->Manage->Add->Program file->Browse and select the program)
    To replace...
    If you are using SAP BO XI R3.x, you can use "Import wizard" or LCM for replacing \ overwriting the existing version of any objects (Programs, Crystal, webi reports etc..,) from one environment to another (Dev-QA, QA-UAT, UAT-Prod).
    If you are using SAP BI 4.x, you can use Promotion Management which is integrated within the CMC to replace or overwrite the existing version of any objects from one environemnt to another.
    To know more about using Import Wizard - http://scn.sap.com/docs/DOC-20523
    To know more about LCM or Promotion Management - http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_LCM_User_en.pdf
    Note: If you are using LCM in R3.x or Promotion Management in BI 4.x, you can also utilize the "Version management" to manage your versions to keep track off.

  • How to Redeploy a new version of a JAR Shared Library

    Hello,
    I have deployed successfully a JAR shared library with the following MANIFEST file
    Extension-Name: myPackageSharedLibrary
    Specification-Version: 1.0
    Implementation-Version: 1.0
    Now when I try to modify it and redeploy a newer version from the admin console, I get the following Exceptions
    Message icon - Error Unable to access the selected application.
    Message icon - Error Exception in AppMerge flows' progression
    Message icon - Error Exception in AppMerge flows' progression
    Message icon - Error [J2EE:160112]Error: The directory, 'C:\Oracle\Middleware\user_projects\domains\SharedLibraries_domain\servers\AdminServer\upload\myPackage.jar', does not contain a valid module. If the directory represents an ear file, it must contain a META-INF/application.xml file. If the directory represents an ejb-jar file, it must contain a META-INF/ejb-jar.xml file. If the directory represents a war file, it must contain a WEB-INF/web.xml file. Please ensure the source directory is a valid module and try again.
    I get the following errors whether I deploy it with the same Implementation-Version or even with a newer higher version
    To redeploy it, I have to delete the shared library and install it once again.
    Any help? I'm using WLP 10.3.2
    Thanks,

    You need to wrap your JAR file within a WAR containing the MANIFEST highlighting the version of the library and the JAR file, you might also need a weblogic.xml file use the default one the jdev creates:
    LIBRARY.WAR
    |--META-INF
    |--|---MANIFEST.MF
    |--WEB-INF
    |--|--weblogic.xml
    |--|--lib
    |----|--LIBRARY.JAR

  • How do I download newer version of Safari than 5.1.10 (6534.59.10)

    When I try to enter certain sites, I get a message that says I need to update my Safari browser.  I have a MacBook Pro (Mac OS X version 10.6.8) that has Safari version 5.1.10.  I check for updates regularly but have not had a Safari update.  I can't figure out how to update it. I've gone to the Apple support for the download but all it has is the same version I have.  But when I google Safari download for Macbook Pro, I see listings for higher versions. But I can't get them to work either.  So, is there a newer version?  If not, why am I getting these messages, especially anything to do with art, saying my browser needs to be updated? If there is a newer version, then how do I get it? 
    Thank You!!!

    You need to upgrade the computer’s OS to get a newer Safari. Back up your data, check your applications for compatibility, and download Mavericks from the Mac App Store.
    (113585)

  • I have so called photo subscription for lightroom and photoshop. How can I get new version of lightroom?

    I have a 9.99 subscription for lightroom and photoshop. I only use lightroom and would like to try new version 6, which I think I should be eligible under subscription plan. I can't figure out how to upgrade my existing copy. Creative Cloud doesn't offer this option.

    Hi Zeljko Dakic,
    Kindly try the below mentioned link.
    Digital photography software | Download free Adobe Photoshop Lightroom CC trial
    If you are not able to see Lightroom try out the below mentioned steps.
    https://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    https://helpx.adobe.com/creative-cloud/kb/all-apps-displayed-aam.html
    Thanks,
    Atul Saini

  • How to install a newer version when I already have an older version?

    I have an older version of Firefox. How do I install the latest version? If I follow the instructions for installing Firefox will it automatically upgrade my current version? Why is Firefox not automatically installing newer versions?

    hello rkhpci, yes firefox should automatically update every six weeks (or between if there's a critical security update). in the past this might not have worked when you had a restricted user account.
    please download the newest firefox version for your system and language from https://www.mozilla.org/firefox/all/ and install it on top of your current installation. this will keep all your bookmarks, customizations and so on...

  • How to deploy the new version of webPart in SharePoint Server 2010

    Hi friend's ....I want to deploy the new version of webPart in SharePoint Server 2010. Is there any way for this....? In SharePoint sever 2013 there is version feature available for the apps..Same thing i want in SharePoint Server 2010 for webpart. Please
    suggest me....is it possible or not ..?

    i am not aware if their is new version option rather i know instead of retract and Re install, you can simply update the solution.
    check this: http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-how-to-deploy-custom-webparts/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Maybe you are looking for

  • LSMW Direct input method error

    Hi experts,    I created the LSMW using direct input method (PR Creation).    In the create batch input session step (executed) i am getting below message and follwed bt processing terminated message and going out   Transaction 0: transaction code /

  • How can i fix flashback trojan in my ipad thx

    hi all safari and other apps like chrome and mercury etc have been crashing unexpectadely how can i fix that , i updated i pad and said no more update , pls advise , i read all the messages seems that there is something called flash back trojan how d

  • CDR Report in PDF Format

    Hi, My CCM 3.3(4) doesn'r generate the reports in PDF format, only Excel and no error log in the Event Viewer. Acrobat is installed on the CCM. Any Ideas, regards, samir

  • MouseListener is not working for JComboBox

    hi i've added a mouseListener to a JComboBox, but i don't see the messages the events should print. can anyone tell me what i've missed? package test; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import javax.swing.JFrame; im

  • Can someone explain the logic of retro in payroll??? and difference between /551 , /552 , /553..

    Hi gurus, I am learning Sap at this point of time. Requesting you all to clear the concept of  Retro and PCR which is responsible?? I have gone through the previous links but still insist you to explain the same with an example. Thnks in Advance!!! H