- Initially, use
javacar --help - All filename arguments MUST end with the
.javafile extension. The program will otherwise skip this file. - Read
CHANGELOG.md.
For practicality, add the .exe file to your System, PATH.
-
Store the
javacarexecutable in a permanent folder. For example: Create the directoryC:\Tools\JAVACAR -
Move the
javacar.exefile into this directory. -
Add the folder to your System PATH
- Press
win+sto open Windows Search. - In the System Properties window, click on Environment Variables.
- Under System Variables or User Variables (depending upon your preference/usage), find, and select the PATH Variable.
- Click Edit, then New, and add the address of your
JAVACARfolder. Example:C:\Tools\JAVACAR\ - Click OK -> OK -> OK.
- Press
-
Open a new terminal, navigate to your working directory, and type:
javacar [args]or typejavacar --helpfor help.
- Javacar will always display compilation, running and error messages. Flags to disable this behavior will be added in the future.
error.logwill only store compilation/runtime errors.
Feel Free to Try it out and Edit it!