Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
jdk.compiler/com.sun.tools.javac.launcher.Main - Java Launcher
How to run "jdk.compiler/com.sun.tools.javac.launcher.Main" tool from JDK lib\modules JImage file?
✍: FYIcenter
"jdk.compiler/com.sun.tools.javac.launcher.Main" tool allows you
to launch a Java application directly without compilation.
"jdk.compiler/com.sun.tools.javac.launcher.Main" tool is supported by the jmods\jdk.compiler.agent.jmod module file, which is also linked into the lib\modules JImage file in JDK 9, 10, and 11.
jdk.compiler/com.sun.tools.javac.launcher.Main" tool using the lib\modules JImage file as described below using JDK 11 as an example:
C:\fyicenter>set JDK_HOME=\fyicenter\jdk-11.0.1 C:\fyicenter>%JDK_HOME%\bin\java --module jdk.compiler/com.sun.tools.javac.launcher.Main Hello.java Hello world!
Â
⇒ jdk.compiler/com.sun.tools.javac.Main - "javac" Command
⇠jdk.compiler/com.sun.tools.doclint.DocLint - DocLint Tool
2019-09-27, 1107👍, 0💬
Popular Posts:
What Is resolver.jar in xml-commons Resolver 1.2? resolver.jar in xml-commons Resolver 1.2 is the JA...
What Is xercesImpl.jar in Xerces Java 2.11.0? xercesImpl.jar in Xerces Java 2.11.0 is the JAR file f...
JDK 11 jdk.charsets.jmod is the JMOD file for JDK 11 Charsets module. JDK 11 Charsets module compile...
How to download and install ojdbc11.jar for Oracle 21c? ojdbc11.jar for Oracle 21c is a Java JDBC Dr...
Apache Log4j Core Implementation provides the functional components of the logging system. Users are...