Home >Online Product Documentation >Table of Contents >Java Code Generation Settings
When you generate Java code for an XSLT transformation, Stylus Studio displays the Java Code Generation dialog box.
You use this dialog box to specify
The default is a \sources directory created in your Windows user data directory - C:\Documents and Settings\sula\My Documents\Stylus Studio\sources , for example.
c:\temp\myJavaCode\myPackage. (Though optional, it is considered good practice to create a package name.).java file created by the Code Generation wizard. For example, if you provide the name myClass, Stylus Studio creates c:\temp\myJavaCode\myPackage\myClass.java.The default class name is taken from the XSLT file name.
.java file in that folder. If you do not specify a package name, the .java file is added directly below the project root in the Project window.