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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does jdeveloper 10g support jdk 1.3.1

Status
Not open for further replies.

abc73

Programmer
Apr 28, 2004
89
US
Does jdeveloper 10g support jdk 1.3.1? I want to compile the java classes using jdk1.3.1 inside jdeveloper 10g.
Is there a way to overrule this and force jdeveloper 10g to use jdk 1.3.1?

Thanks
 
I take it you have already consulted all the documentation for JDeveloper, and you have found nothing ?
What about contacting Oracle tech support - those Oracle licences don't come cheap - you may aswell get your money's worth !

--------------------------------------------------
Free Database Connection Pooling Software
 
I am using the personal edition. So was wondering if a way to point to JDK 1.3 in 10g jdeveloper.

Thanks
 
Using the Oracle Technology Network is available to all via free registration:


There's a ton of info there, from free downloads to tutorials.
Here's the direct link to the 10g docs:


Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Well from the link I posted earlier ... it says you need 1.4 at least to run JDeveloper 10g - so I seriously doubt you can compile using 1.3 - seeing as you need 1.4 to run it !

--------------------------------------------------
Free Database Connection Pooling Software
 
With respect, I think sedj is wrong on this occasion. We are using JDeveloper 10g to compile using JDK 1.3.1_02 You need to select the project properties, and under the profiles, libraries, and then J2SE version, there should be a drop down which lists all the JDK's on your system. Select the one you want, and JDeveloper will compile using this JDK.

Hope this helps.

Mark

Mark [openup]
 
That'll teach me to offer comment on a product I've not used !!!
Thanks for pointing that out Custom24.

I must admit, I had assumed that if Oracle says you need 1.4 to run it, you'd never get it to compile in another version.

--------------------------------------------------
Free Database Connection Pooling Software
 
Thanks I got it go to Project Properties and then click libraries and then set the J2SE Version.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top