Building Applets
HPCJ supports applets within the context of an applet viewer,
not within a browser window. HPCJ cannot build an applet as an
executable.
There are two ways that you can build an applet using HPCJ:
- Build the applet as simple DLLs.
- Build the applet as a compound DLL.
To build an applet as a simple DLL:
- Issue the following command (where file is the
name of your Java source file and dllfile is the
name you want to assign to your compound DLL file ):
hpj file.java -jlc
To build an applet as a compound DLL:
- Issue the following command (where file is the
name of your Java source file and dllfile is the
name you want to assign to your compound DLL file):
hpj file.java -jll -o dllfile.jll


Java Executables and DLLs
Building Executables and DLLs