Hello, I have an applet which requires Java 1.4 and JOGL.
To make sure that the client machine has Java 1.4, I use the Java Plug-In, and recode my traditional APPLET tag in the hosting HTML into an OBJECT tag that launches the Java 1.4 plug-in, thereby ensuring that Java 1.4 is present on the client machine.
But I also need to have JOGL installed before my applet can run. Does anyone know of a solution which would allow me to code an HTML page that will ensure the installation of JOGL before launching an applet?
Thanks!
Greg Hassett