Packaging the code
The compiled classes must be packaged in a jar file ready for deployment. Assuming the class files are in the sub directory casino, the following jar command can be used:
jar -cvf casino.jar casino\*.class
Parent topic:
Coding a session bean