Neoview Guide to Stored Procedures in Java (R2.5)

1. Compile the Java source file into Java bytecode by using the Java programming language
compiler, javac:
javac Payroll.java
2. Put the SPJ class file and all associated class files into a Java archive (JAR) file:
jar cvf Payroll.jar Payroll.class
A manifest file is not needed for the JAR file.
32 Developing SPJ Methods