hi! I want to know where can I set the java Compiler in eclipse? Thanks!
Hushar Punekar
Greenhorn
Joined: Oct 22, 2003
Posts: 6
posted
0
Click on Windows->Preferences->Java->Installed JREs->Add Select the Java JRE you want and click Apply Hope this helps, -Suhas
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
posted
0
Actually, Eclipse comes with its own compiler. It is not possible to replace it by a different one (other than using Ant for compilation purposes). Only that way the incremental compilation could be implemented.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Fan Shao
Greenhorn
Joined: Oct 31, 2003
Posts: 8
posted
0
Originally posted by Ilja Preuss: Actually, Eclipse comes with its own compiler. It is not possible to replace it by a different one (other than using Ant for compilation purposes). Only that way the incremental compilation could be implemented.
So, can I select the build version in the preference->java->compiler->compliance and ClassFiles? Do you mean I can choose JDK if I use ant to compile the classes?
Jeff Langr
author
Ranch Hand
Joined: May 14, 2003
Posts: 754
posted
0
Is anyone aware of the schedule for including Java 1.5 (tiger) support in Eclipse? -Jeff-