Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Consistency of development time vs. production builds(Using ECJ in production builds)
Consistency of development time vs. production builds [message #1504674] Tue, 09 December 2014 13:04
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
Users of JDT frequently raise the issue of consistency when compiling using ECJ [1] at development time vs. a production build that is typically done using javac.

We at JDT do our best to exactly implement the Java Language Specification and if javac does the same, consistency shouldn't be an issue, in theory.

If that theory doesn't satisfy you, you still have the (little known) option to use ECJ consistently during all your builds. For the basic three options (command line, ant, maven) I just updated the relevant links at https://wiki.eclipse.org/JDT/FAQ#Can_I_use_JDT_outside_Eclipse_to_compile_Java_code.3F

HTH,
Stephan

[1] Eclipse Compiler for Java - as provided by JDT
Previous Topic:ClassCastException with Java compiler, but not with Eclipse compiler????
Next Topic:Terminated applications are not removed from debug view
Goto Forum:
  


Current Time: Thu Apr 25 21:28:08 GMT 2024

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

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

Back to the top