Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » download to have support at least for old ver. 1.2 java version JDK(can add jdk eg 1.2(old) if no support)
download to have support at least for old ver. 1.2 java version JDK [message #898580] Thu, 26 July 2012 16:51 Go to next message
Leonidas Savvides is currently offline Leonidas SavvidesFriend
Messages: 8
Registered: July 2012
Junior Member
what latest eclipse version can download to have support at least for old ver. 1.2 java version JDK? can same time have support for JDK 7? can add jdk eg 1.2(old) if no support?
Re: download to have support at least for old ver. 1.2 java version JDK [message #898658 is a reply to message #898580] Fri, 27 July 2012 06:19 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 26.07.2012 18:51, Leonidas Savvides wrote:
> what latest eclipse version can download to have support at least for
> old ver. 1.2 java version JDK? can same time have support for JDK 7?
> can add jdk eg 1.2(old) if no support?
What exactly do you mean by "support"? The latest version (JUno) can
generate class files that are compatible with 1.2.

Dani
Re: download to have support at least for old ver. 1.2 java version JDK [message #898673 is a reply to message #898658] Fri, 27 July 2012 07:01 Go to previous messageGo to next message
Leonidas Savvides is currently offline Leonidas SavvidesFriend
Messages: 8
Registered: July 2012
Junior Member
I MEAN IF I HAVE A JAVA SE/EE PROJECT, eclipse can compile/run/appear output...

Are you sure? where can found this jdk min info? I think is 1.3 jdk the min...for Juno or indigo... where find it...?

[Updated on: Fri, 27 July 2012 07:12]

Report message to a moderator

Re: download to have support at least for old ver. 1.2 java version JDK [message #898676 is a reply to message #898673] Fri, 27 July 2012 07:21 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 27.07.2012 09:01, Leonidas Savvides wrote:
> I MEAN IF I HAVE A JAVA SE/EE PROJECT, eclipse can compile/run/appear
> output...
>
> Are you sure? where can found this jdk min info? I think is 1.3 jdk
> the min...
You need to uncheck 'Use default compliance' on the compiler page and on
the 'Installed JREs' you can install your 1.2 (or whatever) JRE. Note
though that for starting the latest Eclipse IDE you will need JRE 1.6 or
higher.

Dani
Re: download to have support at least for old ver. 1.2 java version JDK [message #898677 is a reply to message #898673] Fri, 27 July 2012 07:25 Go to previous messageGo to next message
Leonidas Savvides is currently offline Leonidas SavvidesFriend
Messages: 8
Registered: July 2012
Junior Member
anyway what eclipse ide the min, run by default(without additions) 1.2 jdk/jre and up? to this can installed jdk/jre 7?

[Updated on: Fri, 27 July 2012 07:25]

Report message to a moderator

Re: download to have support at least for old ver. 1.2 java version JDK [message #898695 is a reply to message #898677] Fri, 27 July 2012 08:54 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Leonidas,

It looks to me that the latest Eclipse, which itself needs 1.6 to run,
allows you to install any JRE via Window->Preferences->Java->Installed
JREs. I suppose you'll want to make that 1.2 JRE your default. In the
Window->Preferences->Java->Compiler you can uncheck "Use default
compliance settings and pick 1.2 for "Generated .class files
compatibility" and "1.3" for "Source compatibility"; I suppose there
were source language changes between 1.2 and 1.3. That should do the
trick I think. Don't confuse the JRE the IDE needs to install, with the
JRE you want to target when developing Java code in that IDE.


On 27/07/2012 9:25 AM, Leonidas Savvides wrote:
> anyway what eclipse ide the min, run by default 1.2 jdk/jre and up? to
> this can installed jdk/jre 7?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: download to have support at least for old ver. 1.2 java version JDK [message #898733 is a reply to message #898695] Fri, 27 July 2012 11:40 Go to previous messageGo to next message
Leonidas Savvides is currently offline Leonidas SavvidesFriend
Messages: 8
Registered: July 2012
Junior Member
jdk do compilation and jre run the Java App?
Where look for supported jdk/jre by ide<> also to choose what constantly run? if install 1.2 (run when choose only default 1.6) it will seem?

[Updated on: Fri, 27 July 2012 11:40]

Report message to a moderator

Re: download to have support at least for old ver. 1.2 java version JDK [message #898748 is a reply to message #898733] Fri, 27 July 2012 12:38 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Leonidas,

Comments below.

On 27/07/2012 1:40 PM, Leonidas Savvides wrote:
> jdk do compilation
JDT has its own built-in incremental compiler. It does the compilation
and uses the preferences I pointed out.
> and jre run the Java App?
The JRE used to run the application depends on the JRE you have
configured/installed for use the the IDE, again using the preference I
pointed out.
> Where look for supported jdk/jre?
All are supported.
> if install 1.2 (run when choose only default 1.6) it will seem?
I can't make sense of this question. Have you tried to follow any of
the instructions you've been given?


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Can't install Spring from Eclipse Marketplace
Next Topic:Voting feature in Eclipse Bugzilla
Goto Forum:
  


Current Time: Tue Apr 23 10:27:03 GMT 2024

Powered by FUDForum. Page generated in 0.04547 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top