Ausführen

The project is compiled with java -jar <A.jar> <hak.a>.

The file path of "hak.a", which is the management of the project, is written in the <right.a> part.

If the project type is Java or CSharp, you must run the project manually. If console, copy the generated output path and run it by typing java -jar <Output.jar>.

Example: Project name "A", type "Console", output file "Output".

java -jar A.jar A/hak.a

java -jar A/Output/A.jar