Home >Online Product Documentation >Table of Contents >Compiling Generated Code
In order to compile generated code, these JAR files must be in your system classpath:
Saxonsa.jar
ddxq.jar
These files are in in the \bin directory where you installed Stylus Studio.
\bin
In addition, if your XQuery or XLST code uses DataDirect XML Converters, these JAR files must also be in your system classpath:
Stylus Studio ensures that these files are added to your classpath when you generate code. If you plan to compile the generated code outside Stylus Studio, you need to modify your system classpath yourself.
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.
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.