JDeveloper and Java Version question

I would like to know how to change the version of java that JDeveloper is using. I have 1.5 installed on the machine, yet the default version is 1.4 which i can see what going into help. How may I change JDev so it uses 1.5?
Thank you,
Russ

Set the JDK version with Tools>Project Properties>J2SE Version field.

Similar Messages

  • HT1338 I wonder if somebody can help me. I am not able to use my internet bank anymore, since Java launched their latest update (7.51). Appearently this one is not compatible with my hardware. I am using Mac OSX version 10.6.8, and Java version 17.0. Than

    I wonder if somebody can help me. I am not able to use my internet bank anymore, since Java launched their latest update (7.51) a few days ago. Appearently this one is not compatible with my hardware. I am using Mac OSX version 10.6.8, and Java version 17.0, which seems to be the newest one for my op sys. Anybody know how I can solve this? In advance thank you!

    Apple support article to enable Java 6.
    Java 6 Enable

  • I use OS X Yosemite and Java Version 8 Update 25. Which java version is suitable for flash CS6?

    I use OS X Yosemite and Java Version 8 Update 25. Which java version is suitable for flash CS6?

    See System requirements | Flash Professional
    Java version 1.6 is included with Flash Pro.

  • OEDQ 11.1.1.7.3 and Java version 1.7 (1.7.0_55 (32bit)). Not launching Director application

    Team I am using OEDQ 11.1.1.7.3 and Java version 1.7 (1.7.0_55 (32bit)). When I launch the director, small pop up window green progress meter is not completing to launch the Director application.
    Severity 2
    SR 3-10384717881  :  Using OEDQ 11.1.1.7.3 (1050) - Unable to launch Director
    Created ticket with Oracle but it is taking to going back and forth with support team. Hope our experts here can shed some light on this. Thanks!
    BG

    Hi Bala,
    I don't have permission to access the attachments in the SR, but this sounds like it could be the well known Java Security issue affecting the WebStart of EDQ. See the following article on the support site:
    Unable To Launch EDQ Client Applications After Upgrading To The Latest Java Update (Doc ID 1614893.1)
    regards,
    Nick

  • Xmlgen and java version

    trying to figure out which jars need to be in my classpath.
    Using 1.4.2 I get
    911@file:/C:/sgml/NISO/2005/05Std/dtbook121a.dtd
    generating document #1
    Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/ranges/Do
    cumentRange
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    3)
    etc,
    with 1.5 I get
    Exception in thread "main" java.lang.NullPointerException
    at com.sun.msv.generator.DOM2toSAX2.convertAttributes(Unknown Source)
    at com.sun.msv.generator.DOM2toSAX2.onElement(Unknown Source)
    at com.sun.msv.generator.DOM2toSAX2.traverse(Unknown Source)
    at com.sun.msv.generator.Driver.run(Unknown Source)
    at com.sun.msv.generator.Driver.main(Unknown Source)
    1. Which jars are needed please?
    I currently have
    set x=/myjava/xmlgen
    set cp=%x%/xmlgen.jar;%x%/msv.jar;%x%/xerces.jar;%x%/xercesImpl.jar
    2. Which version of java has it been proven with please?
    TIA, DaveP

    Further information.
    Using the provided xerces.jar, recent xmlParserAPIs.jar and java 1.4.2
    the error reduces to
    java -cp /myjava/xmlgen/xmlgen.jar;/myjava/xmlgen/xmlParserAPIs.jar com.sun.msv.generator.Driver -dtd dtbook121b.dtd -root {}book
    parsing a grammar: dtbook121b.dtd
    generating document #1
    Exception in thread "main" java.lang.NullPointerException
    at com.sun.msv.generator.DOM2toSAX2.convertAttributes(Unknown Source)
    at com.sun.msv.generator.DOM2toSAX2.onElement(Unknown Source)
    at com.sun.msv.generator.DOM2toSAX2.traverse(Unknown Source)
    at com.sun.msv.generator.Driver.run(Unknown Source)
    at com.sun.msv.generator.Driver.main(Unknown Source)
    regards DaveP

  • Java version question

    I am a little bit confused with the compile version and run version. I have a 1.4 SDK, but I have to develop an applilcation that will run on a 1.3 environment. Is the option "javac -target 1.3" sufficient to make sure that my application will run on a 1.3 environment? I use many 1.4 features in my program, such as JSSE, I wonder whether a 1.3 JVM will understand what are those things. Also, can I tell my 1.4 JVM to run like a 1.3 one? Or I must download a 1.3 JVM to test my program? Any help would be appreciated.

    To absolutely assure that a program will run on 1.3, it need to either
    1. Be compiled by 1.3, or
    2. Be compiled by (say) 1.4 using the -target 1.3 and -bootclasspath options. Using the -target option alone may or may not work, depending on code usage and changes that were made in 1.4..
    This information is detailed in the javac documentation here http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javac.html
    You should read and understand this if you need to cross-compile versions.

  • Enum error and java version??

    The following code keeps giving me an error saying it expects a semi-colon at the open bracket. I've read its related to using an older version of Java, but I'd swear I'm using the most current! Am I missing something?
    public enum Months {
         JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY,
         AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER;
    }When I run "java -version" it says "java version 1.6.0_02". I just downloaded and installed this earlier tonight...

    The error message says it all.
    If you check your enum, it has a semicolon at the end of December.
    You do not need semicolon there. Remove it and you will be ok.
    public enum Months {
         JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY,
         AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER
    }

  • OC4J and java version

    I'm planning to migrate applications running on OC4J to 1.6 java version, but OC4J server is currently using 1.5 according the logs. When I try to start newly compiled web service app I'm getting standard java version incompatibility error (java.lang.UnsupportedClassVersionError: Bad version number in .class file).
    Is it possible and how to set OC4J to use 1.6 java to solve this error cause?
    OC4J version 10.1.3.1
    Thanks for the help

    Hi,
    You can check the Metalink Note no 396096.1
    Or follow the below link,it would be helpful
    http://www.club-oracle.com/forums/upgrade-jdk-oc4j-for-oracle-application-server-10-1-3-a-t1392/
    Regards
    Fabian

  • MapListener and Coherence and Java versions

    Hi,
    (1) On one of our testing environments, on linux, we are running coherence 3.7.1.7 on JVM Java 1.6u33 . We are using coherence*extend clients, and we do listen to updates in a cache through MapListeners. We have no issues on this configuration, and we consistently get onMapEvent calls for events.
    (2) When the same code is ported to another linux box, running 3.7.1.7 on JVM 1.6u06, we start to get onMapEvent calls for a while, but then it stops abruptly. We are able to verify the server cache getting updated properly, through a backing map listener on the server side. However the listeners on the coherence*extend are not sent notification.
    I understand that the (2) configuration is running JVM which is lower than the recommended version,but, When we downgraded JVM on (1) with 1.6u06, we still had consistent onMapEvent calls.
    My question is, does this kind of inconsistent behavior ring a bell to anybody over here ? It is hard to understand why the notifications would be inconsistent when the JVM is lower ... may be it is not associated with the JVM at all ? Can somebody throw some light on this please ?

    If it won't compile with VJ++, don't expect it to run with IE unless you've got a Sun plugin.
    As to writing parsers, what kind of grammar are you trying to parse?

  • JDeveloper and Java EE 5

    Hello all,
    Which version of JDeveloper with OC4J fully supports Java EE 5? We urgently want to use the web-services possibilities (JAX-WS) of Java EE 5, but ii is not clear whch version of JDeveloper version supports this.
    regards
    Ronald

    AFAIK OC4J as of yet is only 1.4 compliant however the AS is EJB 3.0 compliant. I dont know if the full JEE 5 stack is implemented in it though.

  • Process and Form version question

    a few questions related to the versions of Forms and Processes:
    1) in WorkSpace, launch a process, then put the form in "Draft".
    then modify its XDP, the form gets a new version in the repository.
    what's going to happen to my Draft?
    when I launch the Draft again, will it use the new version or old version of the XDP?
    2) launch a process, starts the workflow,
    before the workflow completes,
    (say, it has 5 user tasks, only 3 users have processed it)
    I update the process map and/or the forms.
    will that unfinished process instance follow the new workflow map? or the old?
    3) when there are unfinished 'running' process instances in the system,
    I deactivate the process.
    what's going to happen to those unfinished instances?
    will they still be able to complete?
    4) when there are unfinished process instances in the system,
    but I don't want anybody to launch any new instances from WorkSpace,
    how do I do that?
    do I remove its "TaskManager" endpoint? or?
    thanks
    James

    1)Itll re-render the form so it will take the latest version from the repository.
    2)It will follow the original process. Only initiating new processes will follow new process map. As for the forms, the new version will take effect immediately.
    3a)what's going to happen to those unfinished instances?
    Theyll stay in a running state in the database
    3b)will they still be able to complete?
    Not until you re-activate the process.
    4)Yes you can remove/disable the endpoint.
    Jasmin

  • Quick Java version question...

    I'm unable to use VNC while connected through a semi-restricted VPN tunnel into work (I have to visit a certain website at work and when I click a button an Aventail application springs into life and I get a VPN tunnel). My work doesn't support Macs, so I spoke to tech support for the VNC vendor and he assured me they support Macs. He said to make sure I'm running version 1.5 or 1.6 of JRE (Java Runtime Environment) and Safari. I don't know how to determine that - anybody out there able to help?

    Thanks for the reply - I'll give this a try when I get home later on. It does seem a bit odd that I was asked to inquire about JRE, but this Java Preferences application talks about JSE. I don't suppose they're the same thing?...

  • 1159 on RHAS3 kernel and glibc version question

    Hi all,
    Fresh install of RHAS3, output of uname gives me
    2.4.21-20.ELsmp
    1159 installation update notes mention kernel required version as being 2.4.21-4.EL
    Is this OK? Do I need to upgrade kernel? Where do I get the rpm for this?
    Output from rpm -q glibc gives me
    glibc-2.3.2-95.27
    1159 installation update notes mention required version as being 2.3.2-95.3
    Again, is this OK? Where do I get the rpm for this?
    Regards, thanks

    Check
    Note 958253 - SUSE LINUX Enterprise Server 10: Installation notes
    Note 797084 - SUSE LINUX Enterprise Server 9: Installation notes
    Check there both the "Kernel" and the "glibc" section.
    Markus

  • BW and Java (principle question)

    Hi,
    during my studies I was an entusiastic Java-Programmer. Now it seems so, that my work life will begin with the BW. So I ask you, in which fields of BW I might get touched with Java in future?
    thanks
    Tobias

    Hi Tobias,
    as there is a software development kit available for java and BI you will get into touch with it.
    Check out this link: https://www.sdn.sap.com/sdn/downloadarea.sdn
    regards
    Siggi
    Message was edited by: Siegfried Szameitat

  • How to setup JAVA_HOME or JRE_HOME for veridata, and newest Java version

    when I test veridata agent connection to source db, I got following error:
    Agent remote message (101): Unhandled exception 'java.lang.UnsupportedClassVersionError': (oracle/jdbc/pool/OracleDataSource) bad major version at offset=6
    Then I checked java home on source, it is set to $ORACLE_HOME/jdk ,and java version is 1.5.
    Since my oracle goldengate agent download is 11.2, doc says it requires 1.6 as mininum java version.
    I just wonder how I get oracle Home has 1.6 java binaries.
    Thanks in advance.

    982335 wrote:
    I just wonder how I get oracle Home has 1.6 java binaries.Java doesn't have to be installed in Oracle_Home, it can be installed anywhere on your system. You probably already have a Java 6 installed somewhere; but if not, just install it (via pkg manager or manually installing from a tarball, etc). Then just set JAVA_HOME to the directory containing "bin", and prepend $JAVA_HOME/bin to your PATH (this should be quite simple).

Maybe you are looking for

  • Free Shipping by Postcode?

    Hi, racking my brains on this one. Have a list of postcodes which I want to be able to offer free shipping on all orders to. The easiest option would seem to be to simply set the value generated by (I think) shippingCalc to 0, but I can't seem to fin

  • Data loader : Import -- creating duplicate records ?

    Hi all, does anyone have also encountered the behaviour with Oracle Data Loader that duplicate records are created (also if i set the option: duplicatecheckoption=externalid) When i am checking the "import request queue - view" the request parameters

  • Is the iPhone 5 model A1428 usable in India?

    Hi, My cousin in the us has gifted me a iPhone 5 model A1428. I'll be predominantly using it in India. It's supposed to be a company unlocked phone according to the product discription on Amazon. My question is would it be usable in India on a non AT

  • Item was received without serial number by mistake.

    Good Morning; Purchasing department for one of my clients added a product managed by serial numbers instead of by batches in error. Product was received incorrectly, and no serial number was entered. Now they cannot create a transaction to get this p

  • Beg- Flash Remoting vs ???

    I own Studio 8 (MX 2004 I believe), and have not used Flash before, though I am a good C programmer, ok in Javascript. I have written a few mashup style apps in the browser with XMLHTTPRec. I want to make a very simple Flash 'widget' for people to pu