-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

javac


> Java Application Compiler.

More information.


Compile a `.java` file:

javac {file.java}

Compile several `.java` files:

javac {file1.java} {file2.java} {file3.java}

Compile all `.java` files in current directory:

javac {*.java}

Compile a `.java` file and place the resulting class file in a specific directory:

javac -d {path/to/some/directory} {file.java}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:57:50 2024