JRE Version for 2.2

One of my customers is having the below problem - resolution would be greatly appreciated.
Their problem lies in the fact that static versioning was broken ("by design") for Java 5 update 6. They absolutely need to load specific JRE's in the object tag, and cannot use dynamic versioning. Now that update 7 has been released, they need some guidance on how to use the Family ClassID to only launch the latest version of a particular family (i.e. latest 1.3 on the machine vs. the latest 1.5 on the machine). They opened a service case via the internet and were given Case # 10863037 and Order # 4390785700. No one has been able to help them as the numbers are not Radiance Case numbers. Here is a quote from the customer:
Our problem lies in the fact that static versioning was broken ("by design") for Java 5 update 6 and later. We absolutely need to load specific JRE's in the object tag, we cannot use dynamic versioning. We need to support existing software from a year ago that was written in 1.3.1_15 AND our latest software which is at 1.5.0_06.

Please refer to the following family clsid document for details.
http://java.sun.com/javase/6/webnotes/family-clsid.html
Family clsid support for JRE 1.3.1 family version will be available in the upcoming JRE 5.0 and 6 update releases.

Similar Messages

  • JRE Version for OS

    Hi,
         For JRE Version how I will get to know which version we can use for each operating system.
    1. Windows
    2 . Solaris
    3. AIX
    4. Linux
    5. HP-Unix
    For these 5 OS What is the JRE Version we can use,what is the minimum & maximum limit??I will be doing EP 7.0 Installation.

    Do not expect to be spoon fed, that info is widely available an Olivier posted.
    Read the "Rules of Engagement"
    Regards
    Juan

  • How to upgrade JRE version for Oracle BPEL process manager

    Dear Experts,
    Is it possible to upgrade JRE version of Oracle BPEL ??. If so means then how it is possible ?? what are the measures should I take to achieve the same. Please suggest me. Its very urgent.
    Thanks,
    Rajesh A

    Hi Rajesh ,
    First of all be aware that not all versions of 10.1.3 AS are certified with JDK 6, you need to have at least 10.1.3.4 .
    Next, you can either upgrade the JDK for the whole AS, or just for oc4j_soa component.
    There are several docs on Metalink that explain how to do this, and I recommend to take a backup of your OH before changing the JDK .
    Suppose you already have JDK 6 installed , just edit opmn.xml and add the line
    <data id="java-bin" value="/usr/jdk1.6.0/bin/java"/> <--- here put the path to your JDK
    just below
    <category id="start-parameters">
    of the oc4j_soa component.
    If you have problems just restore the old opmn.xml from backup and you;ll have back your original settings.
    Regards,
    Mihai

  • Enforcing JRE version for Applet does not work - 1.4.2

    Hi,
    Our application (Applet) requires JRE 1.4.2 .
    I believe I need to use STATIC VERSIONING as we want the client desktop to ONLY use 1.4.2 for our applet.
    So I followed the instructions mentioned in
    http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html#in-ie
    and
    http://java.sun.com/products/plugin/versions.html
    But for some reason the JAVA Installer fails to install the package.
    It comes back with this pop-up error message:
    Error - Java(TM) Installer
    Unable to download http://java.sun.com/update/1.4.2/1.4.2-b28.xml for installation
    Here is the jsp code snippet:
    <center>
    <OBJECT classid="clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA" id="myapplet" NAME="myapplet"
        width="650" height="426" border="1" align="baseline"
        codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0">
        <PARAM name="code" value="com.statestreet.gia.ui.applet.ComponentApplet">
        <PARAM name="codebase" value="/jars">
        <PARAM name="type" value="application/x-java-applet;jpi-version=1.4.2">
        <PARAM NAME="cache_option" VALUE="Plugin">
        <PARAM NAME="cache_archive" VALUE="jar1.jar,jar2.jar">
        <PARAM name="scriptable" value="true">
        <PARAM NAME="mayscript" VALUE ="true">
       <center>
        <P>This page requires the Java Runtime Environment Plug-in. If you see this message,
        the automatic install probably failed. <BR>Please <A href="http://java.sun.com/j2se/1.4.2/download.html">click here
    </A>
        to manually install the environment. If prompted, please choose "Run this file from its current location" or "Open"
    .<BR>
        Accept all of the defaults during the installation. When the installation completes, please click the refresh butto
    n on your browser. <BR>
        If this process does not work, please contact the Help Desk.
        </P>
        </center>
    </OBJECT>
    </center>I have tried changing the codebase by removing the "#Version part.." but still no result.
    Any suggestion is greatly appreciated.
    thanks
    hp

    Yeah, after hours of searching it must be so that my son has a 8GB i.e. a 2G version and mine just happens to be the 3G as I bought mine a month later....did not know how to know the difference but now solved, thnx.

  • Java Version for PI 7.1

    Hi all,
    Can anyone please tell  me what is the exact recommended JRE version for PI 7.1 with enhancement package1.
    thanks in advance
    Jagruthi

    Hi,
        I think PI 7.1 works fine with java version 1.5 and 1.6 (not sure..though)
    May be what you can check is un-install the existing Java version (old versions if so) and open the Home page of the PI
    it will show the version needed (try this) for PI 7.0 it was showing for me which version to download in google chrome browser...
    HTH
    Rajesh

  • JRE version problem (XML Parsing)

    Hi,
    I posted a question earlier about an issue I'm having with an applet running in the Eclipse IDE but not in-browser. I have checked the JRE version for both and the browser is running 1.6.0_01 and the IDE is running 1.5.0_06. Now I could uninstall the former to force the browser to load the latter I believe but that doesn't solve the issue as I would need it to run on the newer JRE version.
    So my question is, what would cause the following error to occur in a later version of the JRE?
    Exception in thread "Thread-9" javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
    Thanks in advance,
    Dan

    It has nothing to do with new or old version of jre it has to do that the explorer jre (5) can not find the jar file it needs. It is looking for the class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl but it can not find it.
    In you Eclipse you do have this jar that's why it is running, just copy the jar to the lib or lib/ext folder in the jre 5 and everything should work.

  • Use 2 jre versions (Java 5.x and Java 6.x) on diferent web pages.

    On windows XP SP3.
    I need use on internet explorer 7 and firefox 3, 2 differents JRE versions for two diferent servers
    example:
    - "www.site1.com" needs java 5.x (don't work with java 6.x)
    - "www.site2.com" needs java 6.x (don't work with java 5.x)
    If i have installed both versions, internet explorer and firefox even uses java 6.x, and i only can use java 5.x if uninstall java 6.x
    I need use to default use: java 6.x; except for "www.site1.com" that i need use java 5.x
    How can use both JRE versions?

    Questions: Do you plan to use the same web browser? The earlier applet running on JRE 1.5.x cannot run on 1.6 ? Sun puts forth a lot of effort in attempt to ensure that applets are forwards compatible.

  • AIX JRE version vs Sun JRE version

    hi,
    we have a 3th party application installed on an AIX server. The minimum JRE-version for the application is 1.4.2_09. If you type java -version on AIX you get:
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca1420-20040626 (JIT enabled: jitc))
    I was wondering if the IBM version-numbers are the same as SUN's or is it possbile that IBM 1.4.2 is 'the same' as SUN 1.4.2._10 or such?
    many thanks!
    Stijn

    Hi George,
    Apologies, these release notes were referring to some Security vulnerabilities with some specific JRE versions.
    You can check the currently runing JRE version using:
    This cannot be verified from UI, but you can verify from command-line (see command and output below).
    C:\Program Files\Cisco Systems\Cisco IP Communicator\JRE\bin\java.exe" -version
    java version "1.4.2_19"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_19-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_19-b04, mixed mode)
    Not sure about the second part of this query, will let others to comment on that.
    Thanks,
    Anand

  • Jre version in oracle

    Hi,
    We are using oracle 9i. We are trying to access .NET service
    from oracle. And for this we have written java stored procedure
    in oracle which does the job of calling .NET service.
    But when we try to load the releavant libraries of webservices
    in oracle using loadjava utility, Some of the libraries remain uncompiled.
    The reason behind this is that the oracle uses 1.3.1 and the webservices
    libraries are compatible with 1.4.
    Can anyone suggest how to upgrade jre version for oracle
    or is there any other alternative for calling .NET webservice from oracle.

    Hi,
    Its not possible to upgrade the oracle version, as this is the live application
    and the client cant take the risk of upgrading database.
    I just want to know that is there any other alternative or can I call
    webservice using jdk1.3.1. If yes, please tell me where can i get releavant libraries.
    Thanks for your reply

  • No JRE version found in launch file for this system

    Hi,
    I have an application which is launched by JWS.
    When we use JWS from 1.4, it runs fine. But JWS from 1.5.0_15 gives the error "No JRE version found in launch file for this system"
    In both the JWS(1.4 and 1.5.0_15)cases, we install JRE1.5.0_15 using the installer and used for invoking the application.
    We invoke mailclient.jnlp, which inturn invokes the installer.jnlp and KanaJreInstaller.asp
    <<mailclient.jnlp>>
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0"
    codebase="http://mpshanmu-gx520:80/10r3/"
    href="mailclient.jnlp">
    <information>
    <title>KANA Agent</title>
    <vendor>KANA Software, Inc.</vendor>
    <homepage href="http://www.kana.com"/>
    <description>KANA Suite 10.3.0</description>
    <icon href="images/mail_logo.gif"/>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>
    <jar href="lib/mailclient_s.jar"/>
    <jar href="lib/link_s.jar"/>
    <jar href="lib/spell_s.jar"/>
    <jar href="lib/ssce_s.jar"/>
    <jar href="lib/kc_framework_s.jar"/>
    <jar href="lib/kc_sharedGUI_s.jar"/>
    <jar href="lib/xalan_s.jar"/>
    <jar href="lib/xerces_s.jar"/>
    <jar href="lib/java2com_s.jar"/>
    <jar href="lib/jgl3.1.0_s.jar"/>
    <jar href="lib/rsrcbundle_s.jar"/>
    <jar href="lib/response_s.jar"/>
    <jar href="lib/HTMLEditorEnterprise_s.jar"/>
    <jar href="lib/jakarta-oro-2.0.4_s.jar"/>
    <jar href="lib/jdic_s.jar"/>
    <extension name="Sun Libraries" href="sunextensions.jnlp"/>
    </resources>
    <resources os="Windows">
    <nativelib href="lib/windlls_s.jar"/>
    <nativelib href="lib/jdic-native.jar"/>
    </resources>
    <application-desc main-class="kana.mail.wkstn.AppMain">
    <argument>-serverlist</argument>
    <argument>http://mpshanmu-gx520:80/10r3/servers.xml</argument>
    </application-desc>
    </jnlp>
    <<KanaJreInstaller.asp>>
    <%@ language="vbscript"%>
    <%
    Response.ContentType="application/x-java-jnlp-file"
    Response.AddHeader "x-java-jnlp-version-id","KANA1.5.0_15"
    dim fs,f,ts
    set fs=Server.CreateObject("Scripting.FileSystemObject")
    Set f=fs.GetFile("C:\Program Files\KANA\KANA Response Web Server_10r3\installer.jnlp")
    Set ts=f.OpenAsTextStream(1)
    Response.Write(ts.ReadAll)
    ts.Close
    set ts=nothing
    set f=nothing
    set fs=nothing
    %>
    <<installer.jnlp>>
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0"
    codebase="http://mpshanmu-gx520:80/10r3/"
    href="installer.jnlp">
    <information><title>KANA J2RE 1.5.0_15 Installer</title>
    <vendor>KANA Software, Inc.</vendor>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3+"/>
    <jar href="lib/installer.jar"/>
    <jar href="lib/JRE_KANA1.5.0_15.jar"/>
    <property name="jre.container" value="JRE_KANA1.5.0_15.jar"/>
    <property name="jre.execute" value="bin\\javaw.exe"/>
    <property name="jre.version" value="KANA1.5.0_15"/>
    </resources>
    <installer-desc main-class="JREInstaller"/>
    </jnlp>
    Thanks

    >
    We are using sun JRE(1.5.0_15) only. We extract Sun JRE and build it as KANAJRE.jar and signing.>I have never heard of KANAJRE. Would you care to post a link to the site, or should we just keep guessing? (My patience for random guesses is running out.)
    >
    We install using Intaller class and that is getting listed in the Java Control panel and enabled too.>List as what?
    Does it list it with the entire string "KANA1.5.0_15" or is is just listed as "1.5.0_15"?
    Because this line from the JNLP file..
    <j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>..had me convinved it was a non-Sun JRE. Not so much the href, but most especially the version attribute.
    If it really is the Sun JRE, I would expect this to work.
    <j2se version="1.5.0_15" href="KanaJreInstaller.asp"/>And as an aside. If this installer is giving you trouble and the app. requires the 1.5.0_15 JRE, why not simply the default Sun JRE installer? What advantages do you think this installer offers?

  • Release date for JRE version 1.4.2_13

    Does anyone have a scheduled release date for JRE Version 1.4.2_13? I'm in need of this patch as it fixes some Oracle Forms Client Issues.
    Thanks in advance.

    Hi Jason,
    Can you please let me know the release date for Service Manager 4.1.
    Also please guide me where can I find the functionality difference between 4.1 and 4.2
    Thanks and Regards
    Neha Mahanty

  • JRE Version Problem...Cannot find i386 version for windows

    hello everyone,
    i facing a problem regarding the version of jre installed...
    m working on a business intelligence tool & one or two of its components work on a windows machine if jre6u13-windows-i386 is installed...the version 6 update 13 is not compulsory...but it being i386 is compulsory...the tools are working absolutely fine on pcs where 386 version is installed...(unluckily the setup is not available in those pcs)
    on the net, especially sun's website, in the download section, i am able to get the i586 versions very easily for everything, jre, sdk, etc...
    but i want i386 version...
    can anyone help & let me know where i can find that version for download..
    i even checked the archive on sun's website...there also i586 version available...
    please help...
    Regards,
    Anupam

    Hello
    For drivers download use Toshiba download page - http://www.toshiba.eu/innovation/download_drivers_bios.jsp
    There you can find your notebook model and all drivers, tools and utilities for it.
    Can you find it?
    If you need some help or assistance with installation and installation order please let me know.

  • When will Apple release a patched version of Java JRE 6 for Snow Leopard?

    When will Apple release a patched version of Java JRE 6 for Snow Leopard?

    Hello:
    No one here can answer that question.  We are all users.  Apple may or may not do anything about Java in the future.
    Barry

  • JDK/JRE Version support for Oracle Lite

    Hi,
    We have developed an application using jdk 1.4.x which also using Oracle9i Lite 5.0.2 release as a database. Application behaves normal except while closing it throws java exception (Exceptio Guard Page Exception) error.
    Is it because of the JDK Version we are using? What is the JDK/JRE version level supported by Oracle Lite.
    Thanks
    Krishna

    Right
    I got the same problem too.
    When my program and oracle 9i lite is running under JRE1.3.1, everything is ok.
    However, when i migrate the jre to 1.4.x, the program must fail and report DLL exception after closing.
    So trouble~!

  • All jre versions now available for autodl.

    A new jre autodownload servlet has now been put in production by Sun that can serve to java web start (and also the new OOPP plugin in 6u10) any veresion of the jre (from 1.4.2 on)
    /Andy

    When we use the following syntax in the JNLP file, an exception message of "Unable to launch 1.6...installer" is displayed.
    {color:#339966}<j2se version="1.6+" initial-heap-size="64m" max-heap-size="128m"/>
    {color}{color:#000000}Not too long ago, Java Web Start successfully retrieved the most recent 1.6 installer if the JRE version on the target system was under 1.6.
    What has changed?{color}
    Edited by: kcchristoph on Jun 6, 2008 3:10 PM

Maybe you are looking for

  • I don't want to listen to EVERY podcast in my library

    It seems that to download new podcast episodes. I have to listen to the oldest one on my computer/ipod so it can download the latest episode. Sometimes I go weeks without listening to podcasts on my itunes or ipod because I listen to them straight fr

  • Can i log and download from UK if i am registered in the USA

    i want to download songs from the UK itunes- can I? It won't let me log in with my usa password

  • Re-Order point check during MIGO

    Hello Gurus, This is a unique requirment I have come across. On posting the reservation ( MIGO - Goods Issue ), if the quantity has reached the reorder point after saving, it should display a message below, MATERIAL TO BE ORDERED. For example: Materi

  • MacBook Pro running slooooowwwwww

    Hi there... first time seeking help here.  My laptop has started running super slow.  I upgraded to Mavericks thinking that might help, but nope.  I have found in similar forums that I had lots of nasties that I shouldn't have had (e.g. *don't hit me

  • FMS install

    Hello, after installing FMS on RHEL5, when accessing http://MY_IP:1111 i get following: <result> <level>error</level> <code>NetConnection.Connect.Rejected</code> <description>Admin user requires valid username and password.</description> <timestamp>T