Opengl does not work on my website
in
Integration and Hardware
•
2 years ago
Hi everyone,
I have created a website using indexhibit and wanted to post some of my processing sketches to it.
First i try with a very simple sketch.
http://www.arch.itismoifabian.com/school-projects/processing-2/
The codes i input on the indexhibit post are as follow:
<applet archive='http://www.arch.itismoifabian.com/files/springsnap.jar' code='springsnap.class' width="400" height="400">
</applet>
//
Next i render the same sketch in opengl.
http://www.arch.itismoifabian.com/school-projects/processing-3/
the code now is as follow:
<applet archive='http://www.arch.itismoifabian.com/files/springsnapopen.jar,http://www.arch.itismoifabian.com/files/opengl.jar,http://www.arch.itismoifabian.com/files/core.jar,http://www.arch.itismoifabian.com/files/applet-launcher.jar,http://www.arch.itismoifabian.com/files/jogl.jar,http://www.arch.itismoifabian.com/files/gluegen-rt.jar' code='springsnapopen.class' width="400" height="400">
</applet>
This does not work, the screen is blank.
Besides the 3 basic jar files (springsnapopen.jar, opengl.jar, core.jar) i also have downloaded 3 more files which i saw when i "view source" of the index.html in the exported application. This move fails to solve the problem.
Hope i have provided enough information and you folks could help me out.
Thanks!
1