Draft JEP: Launch Single-File Source-Code Programs

Jochen Theodorou blackdrag at gmx.org
Mon Feb 12 21:19:33 UTC 2018


On 09.02.2018 00:18, Jonathan Gibbons wrote:
> 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

Why was -cs (or -checksource) removed then from the java command?

bye Jochen


More information about the compiler-dev mailing list