📄 readme
字号:
The Java1.4Backend is part of the JastAdd project (http://www.jastadd.org)The source code copyright is held by Torbj鰎n Ekman, tobbe@ekman.netJava1.4Backend - Version R20071019The Java1.4Backend is an extension of the Java1.4Frontend to form a full Javacompiler, generating Java bytecode. The compiler is reasonably fast: around 3times slower than javac.A main program JavaCompiler is included that parses Java source code,performs static-semantic checking and generated .class files.BUILDINGThis module depends on the Java1.4Frontend available at http://www.jastadd.orgAll tools needed (jastadd2, jflex, beaver, etc.) are included. You only need tohave javac and Apache Ant installed in order to continue. An example ant buildfile is included.RUNNINGUsage: java JavaCompiler <options> <source files> -verbose Output messages about what the compiler is doing -classpath <path> Specify where to find user class files -sourcepath <path> Specify where to find input source files -bootclasspath <path> Override location of bootstrap class files -extdirs <dirs> Override location of installed extensions -d <directory> Specify where to place generated class files -help Print a synopsis of standard options -version Print version informationLICENSINGThe backend source code is covered by the BSD license.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -