First thanks!! I have a java applet in jar format that I would like to call it from a php page or possibly from an html page.
The Jar file came from the sourceforge - http://sourceforge.net/projects/car-companion/
I am trying to run this in a html file using the applet tag and am not getting very far.
Sofar This is the closest I have come.
<applet code="carCompanion.ServiceManager"
name=CarCompanion
archive="CarCompanion-1.0.0.jar"
width="640" height="480">
</applet>
My server is a Redhat 9 based machine.
Thanks for any guidance....