Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDeveloper 10g and JDKs

Status
Not open for further replies.

pslp

Programmer
Aug 22, 2001
2
CO
Hello

The installation of JDeveloper 10g says it has to run under SDK 1.4.1_02.
The program is running fine but when I tried to add an older JDK to the JDK libraries the program was halted.
It looks like it can only compile for JDK versions above 1.4.1.

Does anyone know anything about this ?

Thanks.
 
Hi,

How did you get on, I am having the same problem.
 
JDeveloper 10g Preview (available from OTN: supports JDK switching, just like all previous versions. The correct way to change the JDK for your project is as follows:
1. Invoke Project Properties
2. Go to the Libraries panel, under Profiles | Development
3. Click New J2SE Version and browse to the java.exe of choice.
4. Click OK on both dialogs, compile and run.
Any compilation issues under older JDK's are most likely the result of unsupported classes by your chosen version.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top