sergutsan/JDecafCompiler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1. amend the PATH environment variable and add the path of the JDecafCompiler folder If, for example, the path is I:\mytools\JDecafCompiler\ the following command needs to be executed: PATH=%PATH%;I:\mytools\JDecafCompiler\ 2. execute the compiler using the command javadecaf from any folder within your system 3. execute your application ex. javadecaf JavaClass.java JavaClass2.java JavaDecafScript.jdc java JavaDecafScript