文件名称:Simple-Memory-Compiler:易于使用的无文件Java编译器
文件大小:13KB
文件格式:ZIP
更新时间:2024-02-19 10:46:46
java bytecode compiler CompilerJava
简单内存编译器 这是javax.tools.JavaCompiler的基本包装。 这样,您将需要在JDK下运行它。 JRE不包含编译器。 对于Java 8,可以在tools.jar找到它。 对于Java 9+,可以在模块java.compiler找到。 产品特点 支持多个源文件/类 可管理的编译器标志包装器:类路径,目标版本,调试信息,详细程度 例子 基本示例: // source code to compile StringBuilder s = new StringBuilder (); s . append( " public class HelloWorld { " + " public static void main(String args[]) { " + " A.print( \" Hello from an inner class \" ); " + " } " + " public static class A { " + " public stati
【文件预览】:
Simple-Memory-Compiler-master
----src()
--------test()
--------main()
----LICENSE(1KB)
----README.md(3KB)
----pom.xml(2KB)
----.gitignore(104B)