JDeveloper 10.1.2 certified for JDK 1.5?

Hi there,
I just wanted to find out if JDeveloper 10.1.2 is certified for JDK 1.5? I have to be able to host Java/JSP code with Generics and our servers are running JDK 1.4 ... would help to know this information.
Thanks!

If you want to develop with JDK 1.5 you should use JDeveloper 10.1.3.
The tricky part is that OAS 10.1.2 doesn't support JDK 1.5 - to fix this you can install an OC4J 10.1.3 that will be managed by OAS 10.1.2.
Details are here:
http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/reconfig.htm#BABIEHFI

Similar Messages

  • What version of JDeveloper is certified for Windows 2008

    What version of JDeveloper is certified for Windows 2008

    Didn't you already ask exactly the same question?
    Timo gave you the certification link the other time you asked, which would tell you that the latest release isn't certified, but since there is a supported Sun (Oracle) JDK 6 for Windows Server 2008, it is supported.
    John

  • How to install ojvm in 9.0.3.x for jdk 1.4.x

    I'm trying to use the profiler in Jdev 9.0.3.x. Using jdk 1.4.1_03 the memory profiler option is disabled.
    Reading from other postings i understand that i need to have my VM set to ovjm. But i cant see that option with this jdk version.
    any suggestions to get this working for jdk-1.4.1??
    Thanks
    Vishal

    The JDeveloper 10g developers preview release includes JDK 1.4.1_02 with OJVM already bundled in with it.
    The version of OJVM that was shipped with 9.0.3 doesn't support JDK 1.4.1.
    In short, you'd need to use the 10g preview for this.
    Rob

  • Jdeveloper 10g 10.1.3.3 jdk 1.5.0_22 - shows empty main frame

    Hi,
    Jdeveloper 10g 10.1.3.3 (OAF) with jdk 1.5.0_22 shows empty main frame
    without any controls. But if I click on that frame in chaotic order the header text of main frame
    is changing. It seems like controls are exists, but not visible.
    If I use jdk 1.6 JDeveloper gives the next message
    The version of JDeveloper is certified on JDK 1.5.0. You are attempting to run on JDK 1.6.0. JDeveloper may not run correctly on this version of JDK.
    What is going wrong?
    Edited by: 881912 on Aug 26, 2011 9:31 PM

    As you are using OAF you better ask this in the {forum:id=210} forum
    Timo

  • JDeveloper 10.1.2.0.0 JDK 1.5 support

    Hi all!<br>
    Does JDeveloper 10.1.2.0.0 support projects using JDK 1.5?<br>
    Regards,<br>
    Matthias

    Hi all,
    I've tried setting up Jdeveloper 10.1.2 to use JDK 1.5 but keep getting the following error when building.
    Error: initialization error: class file has wrong version 49.0, should be 45.3 or 46.0 or 47.0 or 48.0 ....
    Does anyone have a workaround for this kind of issue?

  • Where can i find jdeveloper 9.0.3.x for download?

    where can i find jdeveloper 9.0.3.x for download?
    on otn the olderst version availabe is 9.0.4.x
    please let me know
    thanks

    If you are looking for jdev 903 with OAExt to develop customizations on OAF pages then use the following patches to download it.
    Base 11.5.10 - Patch 4045639
    ATG 11.5.10 CU1 - Patch 4141787
    ATG 11.5.10 CU2 - Patch 4125550
    ATG 11.5.10 RUP3 - Patch 4725670
    ATG 11.5.10 RUP4 - Patch 5455514

  • JDeveloper IDE suddenly very slow for past two days

    Hi All,
    I have Jdeveloper 11.1.1.4 for more than a month now. Suddenly the JDeveloper IDE has become very slow. It is very annoying having to wait for the code changes to show across and windows take long to get in sync. I have 3.25 GB RAM running on XP service pack 3. Also, I scanned my machine for likely virus, but has come clean. It is only with Jdeveloper I am having problems. All other applications are running fine. I even tried just running JDeveloper alone. No luck.
    Thanks

    Suddenly the JDeveloper IDE has become very slowSeems like something changed.
    Did you install any new extensions? When is it "slow?" Is it when doing a specific activity, or just overall "slow?" What does your OS show (is JDev using lots of CPU, for example)? Have you tried making a backup of your "system11.1.1.4.37.59.23" folder (numbers may be different depending on version) and then deleting it so that JDev recreates it for you (you'll lose all of your preferences/settings)?
    John

  • Setting 1280x1024 Screen size in Jdeveloper 11.1.1.4 for development

    Hi All,
    I am using JDeveloper 11.1.1.4 to develop an ADF application. I want to develop UI screens for lowest screen resolution as (1280x1024). But in the JDeveloper IDE in the resolution dropdown, I can only see the following
    Full screen
    400x600
    600x800
    800x1200
    1024x768
    1280x720
    1600x1200
    1680x1050
    Problem is most of the end-user (customers) screens have maximum resolution of 1280x1024. My development PC resolution is 1600x1200. Can I can use the full screen option in JDeveloper after setting my screen resolution to 1280x1024? Will it suffice or is there a way to set JDeveloper for 1280x1024 resolution in the IDE for development purpose.
    Thanks
    Edited by: user5108636 on Feb 13, 2011 10:11 PM

    I previously developed under full screen option and my PC resolution was 1600x1200. But when the application was ran on other screens it was displaying with some page contents being cut out. It was due to other machines running on lower resoultion. I will need now redesign the pages to run on user defined lower resolution of 1280x1024. How do I setup Jdeveloper design tab to show for 1280x1024.
    Thanks
    Edited by: user5108636 on Feb 14, 2011 5:23 PM

  • Window Handle getHWND() for jdk 5.0

    Does the following getHWND() method works for jdk 5.0?
    public int getHWND () {
         DrawingSurfaceInfo drawingSurfaceInfo;
         Win32DrawingSurface win32DrawingSurface;
         int hwnd = 0;
         drawingSurfaceInfo = ((DrawingSurface)(getPeer())).getDrawingSurfaceInfo();
         if (null != drawingSurfaceInfo) {
              drawingSurfaceInfo.lock();
              win32DrawingSurface = (Win32DrawingSurface)drawingSurfaceInfo.getSurface();
              hwnd = win32DrawingSurface.getHWnd();
              drawingSurfaceInfo.unlock();
         return  hwnd;
    }Thanks in advance.
    sg
    New Jersey

    Hi Jim,
    I tried to get HWND by referring from http://java.sun.com/j2se/1.3/docs/guide/awt/AWT_Native_Interface.html
    The only difference i made is that I'm passing container instead of canvas to get HWND.
    I declared native method in java as:
    public native int getHWND(Container window);I got " Null drawing surface" for that from the follwing code line of my VC++ source code.
    JNIEXPORT jint JNICALL Java_com_AccesControls_getHWND
      (JNIEnv *env, jobject, jobject window)
    /* Get the drawing surface */
        ds = awt.GetDrawingSurface(env, window);
        if (ds == NULL) {
            printf("NULL drawing surface\n");
            return;
    }Do you have any idea why awt.GetDrawingSurface(env, window) returns null?
    I would be appereciate your any suggestion regarding this topic.
    Kirti
    Message was edited by:
    Kirti_Mistry

  • 10gR2 Transportable Tablespaces Certified for EBS 11i for Migration

    Guys,
    Good news is Now 10gR2 Transportable Tablespaces Certified for EBS 11i,
    Here is Steven chan blog link, I know personally how much i struggled with expdp and impdp on linux, it sounds good news who is migrating 11i .
    http://blogs.oracle.com/stevenChan/2010/04/10gr2_xtts_ebs11i.html?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+OracleE-BusinessSuiteTechnology+%28Oracle+E-Business+Suite+Technology%29

    To migrate the database you can either use Transportable tablespaces or export/import.
    Transportable Tablespaces
    New Source Database Added for EBS 12 + 11gR2 Transportable Tablespaces
    https://blogs.oracle.com/stevenChan/entry/new_source_database_added_for
    New Source Databases Added for Transportable Tablespaces + EBS 11i
    https://blogs.oracle.com/stevenChan/entry/new_source_databases_added_for
    Database Migration using 11gR2 Transportable Tablespaces Now Certified for EBS 12
    https://blogs.oracle.com/stevenChan/entry/database_migration_using_11gr2_transportable
    Export/Import
    Export/import process for 12.0 or 12.1 using 11gR1 or 11gR2 (Doc ID 741818.1)
    Export/import notes on Applications 11i Database 11g (Doc ID 557738.1)
    If your application will remain on the same OS (which is different than the target database OS) then please also see:
    Oracle EBS R12 with Database Tier Only Platform on Oracle Database 11.2.0 (Doc ID 456347.1)
    Using Oracle EBS with a Split Configuration Database Tier on 11gR2 (Doc ID 946413.1)
    Oracle E-Business Suite Upgrades and Platform Migration (Doc ID 1377213.1)
    Thanks,
    Hussein

  • Get certified for 11g.

    I do not have any certifications till now. what is the procedure to get certified for 11g.

    user3900497 wrote:
    I do not have any certifications till now. what is the procedure to get certified for 11g.1) See [http://www.oracle.com/education/certification] - Particularly : Getting Started (and Support - FAQs).
    2) Read the Sticky Forum announcement posts at the start of the Forum.
    3) Good Luck.

  • JDeveloper 9i With OA Extension for CU5

    Hello Oracle people,
    ATG PF CU5 has been recently released.
    Please can you tell us the patch number for JDeveloper 9i With OA Extension for CU5 ? No way to find it.
    Thanks
    Juanje

    Yup, it is not available on the metalink. probably will take some more time for distribution. If it is urgent for you, You can reach Oracle Support for the availability date.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                               

  • How to setup JDeveloper 9.0.4.0 for iStore development environment?

    I am new to iStore and JDeveloper.
    I want to use JDeveloper as a development environment for making the UI customizations to iStore. Unfortunately the only documentation I could find is dated April 2002 for JDeveloper 3.2.3.
    Has anyone been able to configure JDeveloper 9.0.4.0 as the development environment for iStore (eBusiness suite) 11.5.10? I want to be able to run/test the JSPs locally before deploying onto the development server, but cannot find documentation on how to do it for the latests releases of iStore/JDeveloper.
    Thanks.

    You need to download and install the OA Framwork Extension (patch 4045639 for windows).
    Have a look at the Metalink Note:275880.1 (OA Framework 11.5.10 Doc Roadmap), this gives more details.
    Hope this helps.
    Thanks

  • 8.1.7EE certified for which file systems on RedHat 7.1 ?

    Hi,
    Does anybody know if Oracle 8.1.7 Enterprise Edition is certified for
    any other file systems than ext2 (and raw) on RedHat 7.1.
    Specifically journaling file systems, e.g., ReiserFS, XFS, ext3.
    Thanks in advance,
    /Leif Klepp

    Well I think the problem is at Sun, not at us, but I couldn't figure out how to contact them for this particular problem. I hope they will someday notice this topic and fix the problem or, if we are doing something wrong, say what else requirements we have to meet :).
    Best Regards,
    Mehmet Ceyran

  • BuildPluginException: No javac found for JDK home path

    Hi,
    I created a track in NWDI(the NWDI track creation is successful),imported this track in NWDS, created a helloworld dc, built and deployed on the local server. I checked in the activity and activated successfully. When i try to import the track in another NWDS(different
    system, and the DC build fails with the error  -com.sap.tc.buildplugin.util.BuildPluginException: No javac found for JDK home path 'C:\j2sdk1.4.2_13-x64\bin'.
    I have maintained the required CBS properties in VA and also in Build Variant for the track.
    Can you please help me to resolve this issue?
    The version of NWDS - 7.02.11.
    I have also tried to apply the SAP Note - 1321274 - DC Build: No JDK_HOME_PATH defined, but did not resolve the issue.
    Regards,
    J

    Hi,
    Stefan is correct a 32bit 1.4.2_X JDK (and not JRE) is required even if the OS where NWDS runs is 64bit.
    The note 1321274 is rather for central build I think. Since you said the activation is succesful and you face only problem for one local build I think this is most likely really due to a non 32bit jdk.
    Regards,
    Ervin

Maybe you are looking for