|
Home >Online Product Documentation >Table of Contents >Compiling Generated Code Compiling Generated CodeThe generated code contains a commented list of the DLL files required in order to compile. How to Compile and Run Java Code in Stylus StudioTo compile Java code in Stylus Studio:
1. Make sure the Java Editor is the active window.
2. Click the Compile button (
).
Alternatives: Press Ctrl + F7, or select Java > Compile from the Stylus Studio menu. Stylus Studio compiles the Java code. Results are displayed in the Output window. To run Java code in Stylus Studio:
1. Make sure the Java Editor is the active window.
2. Click the Run button (
).
Alternatives: Press Ctrl + F5, or select Java > Run from the Stylus Studio menu. If the code has not been compiled, Stylus Studio displays a prompt asking if you want to compile the code now. Otherwise, Stylus Studio runs the Java code. Results are displayed in the Output window. |