Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » building eclipse with javac
building eclipse with javac [message #659660] Tue, 15 March 2011 04:53
Ady  is currently offline Ady Friend
Messages: 1
Registered: March 2011
Junior Member
It is my understanding that when building the Eclipse SDK, Eclipse's internal compiler ecj is used to compile much of the codebase.

I have followed the instructions here to successfully build the Eclipse SDK: http://wiki.eclipse.org/Linux_Tools_Project/Eclipse_Build
but now I want to perform an experiment and build using the OpenJDK6 javac compiler instead.

As a simple experiment, I modified the following key in build.properties
build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
to be
build.compiler=modern

but that causes the build to fail.

Does Eclipse even compile with javac? Is there a simple change to the build I can make so that it uses javac instead? And if not, how much work would it be to make it work?


Previous Topic:Dynamically load class at runtime
Next Topic:How to build eclipse
Goto Forum:
  


Current Time: Thu Apr 25 02:31:51 GMT 2024

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

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

Back to the top