Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
commons-compiler.jar - Janino 2.6.1
Janino is a super-small, super-fast Java compiler. Not only can it compile a set of source files to a set of class files like the JAVAC tool, but also can it compile a Java expression, block, class body or source file in memory, load the bytecode and execute it directly in the same JVM.
Janino is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, e.g. expression evaluators or "server pages" engines like JSP.
JAR File Size and Download Location:
File name: commons-compiler.jar, commons-compiler-2.6.1.jar File size: 29924 bytes Date modified: 24-Jun-2010 Download: Janino
✍: FYIcenter.com
Manifest of the JAR:
Specification-Version: 2.6.1
List of Classes in the JAR:
org/codehaus/commons/compiler/AbstractCompilerFactory org/codehaus/commons/compiler/AbstractJavaSourceClassLoader org/codehaus/commons/compiler/CausedException org/codehaus/commons/compiler/CompileException org/codehaus/commons/compiler/CompilerFactoryFactory org/codehaus/commons/compiler/Cookable org/codehaus/commons/compiler/IClassBodyEvaluator org/codehaus/commons/compiler/ICompilerFactory org/codehaus/commons/compiler/ICookable org/codehaus/commons/compiler/IExpressionEvaluator org/codehaus/commons/compiler/IScriptEvaluator org/codehaus/commons/compiler/ISimpleCompiler org/codehaus/commons/compiler/LocatedException org/codehaus/commons/compiler/Location org/codehaus/commons/compiler/PrimitiveWrapper org/codehaus/commons/compiler/samples/ClassBodyDemo org/codehaus/commons/compiler/samples/DemoBase org/codehaus/commons/compiler/samples/ExpressionDemo org/codehaus/commons/compiler/samples/ScriptDemo org/codehaus/commons/compiler/samples/ShippingCost
2012-03-09, ∼7551🔥, 0💬
Popular Posts:
What Is wstx-asl-3.2.8.jar? wstx-asl-3.2.8.jar is JAR file for the ASL component of Woodstox 3.2.8. ...
JDK 11 jdk.aot.jmod is the JMOD file for JDK 11 Ahead-of-Time (AOT) Compiler module. JDK 11 AOT Comp...
JDK 17 java.xml.crypto.jmod is the JMOD file for JDK 17 XML (eXtensible Markup Language) Crypto modu...
What Is in Xerces-J-bin.2.12.2.zip? Xerces-J-bin.2.12.2.zip file is the distribution package ZIP fil...
How to merge two JAR files with "jar" commands? I am tired of specifying multiple JAR files in the c...