This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
2008/9/17 David Daney <ddaney@avtrex.com>:
The current (as of 4.3) version no longer generates byte code, nor directly compiles .java source files. Instead we use ecj (Eclipse Compiler for Java) to do the java->class compilation. GCJ then compiles the class files (bytecode) into native code. This give us full java generics support.
so that means to compile a java file from source i need to download the eclipse compiler for java as a seperate download..
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |