Java compiler: Difference between revisions

Content deleted Content added
mNo edit summary
Line 20:
* [http://www.jcp.org/en/jsr/detail?id=199 JSR 199] Java Compiler API [[Java Specification Request]] for invoking the Java compiler from a Java program
* [http://people.cis.ksu.edu/~hatcliff/605/XC/java-comp.pdf.gz ''A Formal Introduction to the Compilation of Java''], Stephan Diehl, "Software - Practice and Experience", Vol. 28(3), pages 297-327, March 1998.
 
== See also ==
* Jaccelerator - a semantic compressor with Java compiler<ref>
{{cite book
| last = Ghosh
| first = Subdipto
| title = Java, Jini Technologies
| url = http://books.google.com/books?id=INtQAAAAMAAJ
| accessdate = 2013-07-29
| series = Proceedings of SPIE--the International Society for Optical Engineering
| volume = 4521
| year = 2001
| publisher = [[Society of Photo-Optical Instrumentation Engineers]]
| isbn = 9780819442451
| page = 118
| quote = Eck et al. describe the only semantic compressor available for Java, jaccelerator. Jaccelerator, which is similar in principle to SlimBinaries.8 unites a Java compiler, which compiles the Java source code to its syntax tree, and a run-time compiler.
}}
</ref>
 
== References ==
{{reflist}}
 
{{DEFAULTSORT:Java Compiler}}