Draft JEP: Launch Single-File Source-Code Programs (original) (raw)
Jonathan Gibbons jonathan.gibbons at oracle.com
Thu Feb 8 23🔞35 UTC 2018
- Previous message: RFR: 8194154: JDK crashes parsing path string contains '//' on linux
- Next message: Draft JEP: Launch Single-File Source-Code Programs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This draft JEP contains a proposal to enhance the |java| launcher to support running a program supplied as a single file of Java source code. The program will be compiled and run, without the need to explicit invoke javac, or to package up a jar file.
For more details, see:
http://openjdk.java.net/jeps/8192920
-- Jon
- Previous message: RFR: 8194154: JDK crashes parsing path string contains '//' on linux
- Next message: Draft JEP: Launch Single-File Source-Code Programs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]