|
Size: 658
Comment: Explained that Eclipse batch compiler is suitable for Harmony
|
← Revision 4 as of 2009-09-20 21:54:36 ⇥
Size: 664
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
| * [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/howto/batch%20compile/batchCompile.html JDT Batch Compiler] Note that this is command line argument compatible with the Sun compilers, and is under an Apache compatible licence. (ie, there is no work to do!) | * [[http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/howto/batch%20compile/batchCompile.html|JDT Batch Compiler]] Note that this is command line argument compatible with the Sun compilers, and is under an Apache compatible licence. (ie, there is no work to do!) |
| Line 9: | Line 9: |
| * [http://www-128.ibm.com/developerworks/opensource/library/os-ast/ Compiling with JDT - IBM] | * [[http://www-128.ibm.com/developerworks/opensource/library/os-ast/|Compiling with JDT - IBM]] |
| Line 11: | Line 11: |
| * [http://help.eclipse.org/help30/index.jsp?topic=/org.eclipse.jdt.doc.isv/guide/jdt_api_compile.htm Compiling with JDT - Eclipse] | * [[http://help.eclipse.org/help30/index.jsp?topic=/org.eclipse.jdt.doc.isv/guide/jdt_api_compile.htm|Compiling with JDT - Eclipse]] |
Command Line Compiler
Can we create a command-line compiler using the eclipse compiler? (A: We don't need to)
Related Links
* JDT Batch Compiler Note that this is command line argument compatible with the Sun compilers, and is under an Apache compatible licence. (ie, there is no work to do!)