Using JCreator as the Tiger Tutorials IDE, how to make a java applet is shown. Not mentioned in the tutorial, but you can get the .class of a java program by running the command:
javac (programname).java
When you make the .html page be sure to have the .class file within the same folder.
Please visit http://www.tigertutorials.com for more Java, PHP, HTML&CSS tutorials.