Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Question about eclipse compiler.
Question about eclipse compiler. [message #1726138] Thu, 10 March 2016 02:55 Go to next message
Abc Xyz is currently offline Abc XyzFriend
Messages: 3
Registered: March 2016
Junior Member
-Is it true that the eclipse IDE comes with it's own compiler for java? Is it true that this is a binary compiler and not just a .class bytecode compiler, like the default Oracle one?
Re: Question about eclipse compiler. [message #1726203 is a reply to message #1726138] Thu, 10 March 2016 14:18 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
Abc Xyz wrote on Thu, 10 March 2016 03:55
-Is it true that the eclipse IDE comes with it's own compiler for java?


Yes.

Quote:
Is it true that this is a binary compiler and not just a .class bytecode compiler, like the default Oracle one?


No.

BTW: you may be looking for gcj (Gnu Compiler for Java) which happens to use ecj as its front end.

Stephan
Previous Topic:JPA MySQL Doesn't Show Tables
Next Topic:how to debug Java abstractorprocessor in plugin
Goto Forum:
  


Current Time: Tue Apr 23 11:44:11 GMT 2024

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

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

Back to the top