JDK Version on Apps 11.5.7

What is the supported JDK version on Oracle Apps 11.5.7?
Thanks

Reddis wrote:
What is the supported JDK version on Oracle Apps 11.5.7?
Thanks
JDK 1.3
Overview of Using Java with Oracle E-Business Suite Release 11i [ID 300482.1]
Upgrading Oracle Applications 11i to use JDK 1.3 [ID 130091.1]
Thanks,
Hussein

Similar Messages

  • How to determine the JDK version required to use a jar?

    Hi all.
    I am using a hosted server that uses JDK 1.4.2 and I cannot upgrade the VM. I have been finding it extremely difficult to install web applications on this server since I find that after installing the app, the web server complains the bytecode used in the jar is newer than the VM can understand (or it complains that the app uses JEE servlet or JSP methods it cannot find).
    To compound the problem, only about 25% of the sites I've visited that provide jars for download mention the minumum JDK version required to use them. (Some do not mention any system requirements at all besides 'requires Java and a Java application server').
    Do any of you know of any tools that can analyze a jar and determine the bytecode version it uses?
    (Another helpful tool would be one that can determine the minimum JEE APIs required to run a web app..., but that's probably wishful thinking :)).
    Thanks for your help.
    Michael N. Christoff

    The major/minor version of the class file is the way to go.
    Also, it's not necessary to write a separate program to get to those. javap prints them out when being passed the -v flag.
    Note, however that "JDK version" is not a correct term, as I can create 1.4-compatible class files with a Java 6 JDK (by passing the -target flag to javac). Those won't look any different than .class files written with a 1.4 JDK.

  • BOE XI 3.1 jdk version

    <h4> Hi,
    Is JDK1.6 supported for BOE XI 3.1 application server?
    According to platform requirements for linux  (page 7)  it seems that  Tomcat 5.5 , jdk 1.5.0_xx is supported.
    Of course in the same document there's also written: </h4>
    Application Server Incremental Release Support Policy
    Specified application servers versions have been successfully tested by Business Objects. Incremental releases of the specified versions defined by the last number in the application server name will be supported as they are made available, but may not have been tested by Business Objects. Exceptions in support will be documented.
    JDK Version Support Policy
    JDK major versions are specified to ensure the use of correct version when there are multiple choices provided
    by the vendor. Business Objects tests and supports any _xx release installed with a given application server.
    <h4>
    So must I assume that Tomcat 6 and jdk 1.6.0_xx is supported?
    Thanks,
    Fabbio
    </h4>
    Edited by: fabbio on Sep 14, 2009 6:17 PM

    With service pack 2 tomcat 6.0 is now supported but you will need to add it as 5.5 still comes packaged with the product. JDK 1.6 was not tested with tomcat per the [supported platforms for XI 3.1 SP2|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/402db6eb-845d-2c10-a38c-aafde85ec769&overridelayout=true]
    If using other web/apps that support 1.6 (weblogic or websphere) then 1.6 can be used.
    Regards,
    Tim

  • JRC  R2 and JDK Versions

    <p>Hi,</p><p>I use Crystal Report XI R2 JRC on a Web App. </p><p>My application works fine (included all actions with the crystal viewer) with this configuration : </p><p>    -Application Server : WAS Express 5.0 </p><p>    - OS : Windows </p><p>    - platform : Intel </p><p>    - JDK : 1.4</p><p>My application does&#39;nt work fine (some actions with the crystal viewer - button next page, export PDF, etc... return an error 500) with this new configuration :</p><p>    -Application Serveur : WAS 6.1</p><p>    - OS: Linux Red Hat AS4 Updated 4 </p><p>    - Platform : Iseries</p><p>    - JDK : 1.5</p><p> </p><p>This is the error description :</p><p> Error 500: LinkageError while defining class:  com.crystaldecisions.Utilities.LengthLimitedDataInputStream Could not be defined  due to: com.crystaldecisions.Utilities.c This is often caused by having a class  defined at multiple locations within the classloader hierarchy. Other potential  causes include compiling against an older or newer version of the class that has  an incompatible method signature</p><p>If somebody can help me or knows this problem (jdk version ?) with JRC R2, </p><p>Thanks, </p><p>Jerome. </p>

    On our support site we have a document of supported platforms for various Operating systems, including Linux. In the Application server table, it lists the following configurations:
    Application Servers                 JDK
    [] OAS 10G Rel.2 (10.1.2)      1.4.2_x </p><p align="left">Tomcat 5.0.27                        1.4.2_08+ </p><p align="left">[] WebLogic 8.1 SP4            1.4.2_x </p><p align="left">WebSphere 5.1.0.4                 1.4.1_x </p><p align="left">[**] WebSphere 5.1.1.0        1.4.2_x
    WebSphere 6.0.0.2Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 1.4.2_x
    I would also suggest reviewing the platforms document
    [http://support.businessobjects.com/communityCS/TechnicalPapers/boe_xi_r2_supported_platforms_linux.pdf | http://support.businessobjects.com/communityCS/TechnicalPapers/boe_xi_r2_supported_platforms_linux.pdf]
    In your case it would seem that the issue is related to the platform you are trying to deploy on. Â
    Usually the solution is to deploy on something that is on the supported list; it is one less thing that gets in the way of a successful solution. One thing you might try, is recompiling the JARS using the newer JDK, this is not a guarunteed solution but has been known to work in the past.Â
    I do recommend, as a member of Developer Support, that you have a supported configuration, that way if you find any bugs with the product, we have an escalation path to fixing them.Â
    Merry Enns
    Technical Resource, Developer Support
    Business Objects

  • Install JDK in D:\Apps\1.3.1, but classpath=C:\Program Files\JavaSoft\JRE\

    I installed the 1.3.1_01 JDK at D:\Apps\1.3.1, but a second copy of the hotspot jvm is installed at C:\Program Files\JavaSoft\JRE\1.3.1\bin. I can find no way to prevent the JDK install program from doing this (w2K sp2).
    I wouldn't care, but many programs keep using the C: version. My PATH variable only points to the D: directory, but if I open a cmd window and type java it runs the C: copy. When I installed JEdit 3.2.2 it starts up saying java.home is C:\Program... and I should add tools.jar to my classpath. Well, tools.jar is in my CLASSPATH. It points to the tools.jar on my D: drive!
    Does anyone know what is going on? How can I get all programs to point to the java.exe version that is specified in my environment variables?
    Thank you in advance,
    Kevin

    Under Windows, some programs assume that Java is started by %Windows_Dir%\System32\Java.exe. This version will look in the registry to get the current version of Java. The key it checks:
    HKEY_LOCAL_MACHINE\Software\Javasoft\Java Runtime Environment\CurrentVersion
    In my case, this key says 1.4, so it goes into the 1.4 registry key and finds this:
    JavaHome=C:\Program Files\JavaSoft\JRE\1.4
    So that's where it generally comes from.
    If you explicitly run the java.exe from a specific Java install directory, it will use that directory as the home though.

  • My app store won't let me download none of the older versions of apps for my ipod touch 2g.

    My app store won't let me download any of the older versions of an app, but in my sisters case she can and she has an ipod touch 2g just like me. She was able to download kik, twitter, instagram, and some more apps that told me I had to have ios 4.3.1 or higher to download. and theres only one app I want and its kik, can someone help me figure out whats wrong with my app store, it would be a great help.

    Starting when iOS 7 was released, Apple now allows downloading the last compatible version of some apps (iOS 4.2.1 and later only)
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.

  • How to download versions of apps compatible with OSX 10.7 not the ones updated for 10.9

    how to download versions of apps compatible with OSX 10.7 not the ones updated for 10.9?
    I'm trying to download iLife and iWork apps for my MacBook. For example: The GarageBand app will not download because it says it is compatible with 10.9. I have 10.7 and cannot update to 10.9 because I'm on a 13in. Late 2007 MacBook. Any suggestions?

    Click here and follow the instructions. If they’re not applicable, you can’t download them and need to install them from a DVD.
    (108988)

  • Help!!!!!!!!! I need Downloading older versions if apps in the App Store! I know that this use to be a feature! I am running iOS 6.1.6 on my iPhone 3GS and I can't install the twitter app!!!! HELPPPPP PPPPLLLLEASSEEE

    Help!!!!!!!!! I need Downloading older versions if apps in the App Store! I know that this use to be a feature! I am running iOS 6.1.6 on my iPhone 3GS and I can't install the twitter app!!!! HELPPPPP PPPPLLLLEASSEEE

    Hey Nathan,
    I know it can be a bit frustrating to try to get a version of an application that will work on an older iOS version. This article explains how to do it -
    Install the latest compatible version of an app on an earlier version of iOS or OS X - Apple Support
    Thanks for using Apple Support Communities.
    Happy computing,
    Brett L 

  • JDK Version req for OIM 9.1.0.1 Installation

    Hi,
    As per Oracle's documentation, we need to use JDK 1_4_2_15 for Oracle Identity Manager 9.1.0.1. Installation. In my machine when I checked Java Version it shows jdk 1.5_0_06. Is there any problem if I go with the default jdk version or I have to change it to 1.4.2_15. Please advise.
    Regards,
    CC

    This is given in docs:
    C:\>java -version
    java version "1.5.0_06"
    http://download.oracle.com/docs/cd/E14049_01/doc.9101/e14062/install_config_oc4j.htm#BGBJAAID

  • I have an older iPod Touch running iOS 4.2.1 which can no longer be updated. Is there a way to download older versions of apps that will run on this device? I am particularly interested in an older version of Minecraft PE. Thanks!

    Is there some way to download older versions of games that will run in an iPod Touch running iOS 4.2.1? I want to give my old device to a child who recently went through a hard time and his device was damaged. It is no use if it only has music on it. Thanks!

    To more easily find compatible apps:
    iOSSearch - search the iTunes store for compatible apps.
    Apple Club - filter apps by iOS version.
    Starting when iOS 7 was released, Apple now allows downloading the last compatible version of some apps (iOS 4.2.1 and later only)
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.

  • HT1296 Upon opening itunes i get "a newer version of "app" is already in your library, do you want to replace it?

    Every time I open iTunes on my PC, even without my phone plugged in,  I get a message of "A newer version of "(app name)" already exists in your iTunes library, are you sure you want to replace it?"
    How can I get this to stop? It just started happening in the past 2 days, never happened before that.
    Help!!! I need to turn this off somehow?!?!?!?

    Try to drag the old Firefox version to the trash to see if that allows to install the new version.
    *https://support.mozilla.org/kb/Installing+Firefox+on+Mac
    See also [[/questions/795198]]

  • Setting different JDK versions for Different webapp in Tomcat

    Hi All,
    I have 2 web-applications in Tomcat 5. Now for Java I have j2sdk1.4.2 & j2sdk1.3..
    Now One of my application needs j2sdk1.4.2 while other can run only with
    j2sdk1.3.. (This is an old project & there are java class package norms - like every class should be in a package to import it now. But earlier it was not strict).
    Means this is absoulte for me to run one application with version 1.3 while other with 1.4.
    But I can set Java_Home env. varibale only once. How can I tell my each web-application to take thier own jdk version in compiling & running.
    Is this allowed in J2EE/Web-Containers.
    Please suggest if there is any such setting which makes it possible.
    THanks you all in advance...
    Manoj :confused:

    wouldn't matter if you could.
    The package enforcement is NOT something from J2SDK 1.4 but from the version of Tomcat used.
    Each Tomcat instance will use the same JVM for all webapps running inside it. You'll need a separate Tomcat instance of an older version for the older webapp (or better yet change it around to the new rules).

  • How to change weblogic 10.3 's JDK version

    I installed weblogic 10.3 and its default JDK version is 1.6.0_05, but I want to update the JDK to 1.6.0_18, how should I do it?
    I tried to create a new domain and in "JDK Selection", I select option "Other JDK",path is "C:\Program Files (x86)\Java\jre6", but when start admin server, error "you wrongly used \Java\jre6 "(Which is translated from Japanese).
    How should I do?

    Hi,
    Please refer to the Post: http://weblogic-wonders.com/weblogic/2010/09/03/why-and-how-oracle-jrockit/
    If you want to use a Different Version of Sun JDK then please change the JAVA_VENDOR=Sun as well....in the folowing Image:
    http://weblogic-wonders.com/weblogic/wp-content/uploads/2010/09/setting_JAVA_JOME_In_script.jpg
    Example : (setDomainEnv.cmd) for WINDOWS OS
    set JAVA_HOME=C:\myJDKs\jdk1.6.0_18
    set JAVA_VENDOR=Sun
    =-- = = = = = =-- = = = = = =-- = = = = = =-- = = = = =
    <b><font color=red>Just in case if you still face the same problem then do the following:</font></b>
    In your Windows OS box...
    RightClick on MyComputer ---> Advanced(Tab)---> Envirunment Variables (Button)---->User Variables (Section) add a new variable:
    Variable Name : PATH
    Variable Value : C:\myJDKs\jdk1.6.0_18;%PATH%;
    OK
    Just to verify this now open a fresh command prompt and then Just run the following command:
    java -version
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic(WebLogi Wonders Are Here)

  • I need to install CC versions of apps for an upcoming project

    I mostly work with After Effects and Photoshop, only occasionally dipping in to Premiere, and so have always updated as and when updates come out. I have an upcoming project though that has been cut in the CC (not CC 2014) versions of apps, and the Producer/Editor wants to stay in the same versions of his apps. However, it seems that the ability to download previous versions of apps through the creative cloud has gone. What's the best way to get these back?
    Also! Is it possible to direct link form Premiere CC to SpeedGrade CC 2014? As SpeedGrade is the app that I would most miss the changes between versions of.
    Thanks!

    Hi BBonlineB,
    you can definitely install the CC version from your Creative cloud desktop application.
    Refer this link: Creative Cloud Help | Install, update, or uninstall apps
    And I am sorry but the features changes we have done in the CC-2014 version, your project in CC version can't be linked with the CC-2014 version.
    The same version of product can only be linked with same version of another product.
    I hope it helps.
    Regards
    Srishti A

  • How to change the jdk version of the sun one appserver 8.1

    hi
    i have installed appserver8.1 with a jdk 1.5 .
    i am facing some problem with the parsers (my application needs to use a crimson parsers which is not supported by jdk1.5 i guess)
    so i am trying to change the jdk version by changing the asenv.conf file
    but the appservers wont start up if i do so.
    help !! please

    This is strange. Setting AS_JAVA to the install location of your jdk instance should work. I have done it many times.
    What kind of errors are you getting in the server log file?

Maybe you are looking for

  • Bug in Oracle JDBC thin driver (parameter order)

    [ I'd preferably send this to some Oracle support email but I can't find any on both www.oracle.com and www.technet.com. ] The following program illustrates bug I found in JDBC Oracle thin driver. * Synopsis: The parameters of prepared statement (I t

  • Create 2 stereo tracks from 2 mono tracks

    If I send a FCP sequence to a STP mulitrack project it opens with a left channel (A) as the on camera mic and the right channel (B) as the wireless mic. Since I want both to come through both channels I assume I should make the edits/corrections on b

  • Smart Folders for Desktop Background

    I'm trying to take a batch of pictures and isolate them out in a smart folder for display as rotating desktop backgrounds. I've created a Smart Folder with the criteria that results in only the files I want. Then, I attempted to add this smart folder

  • HT1338 My download / install is gone from my doc. how do I get it back

    My download / install is gone from my doc. how do I get it back

  • Modify tracking number in PR...

    Hi, Is there any way we can change the "tracking number" in purchase requisition when corresponding PO and GR is done for this PR? Thanks