Hey everybody,
i've designed a java applet which is supposed to launch from a server onto the client side via an html script which looks like this:
<html>
<center>
<applet CODE=PP.class
ARCHIVE=testapplet.jar
width=800 height=400>
</applet>
</center>
</html>
where all my class files and images are in testapplet.jar. All the controls work perfectly in appletviewer but when I try to launch the applet from the server I get an 800x400 grey box with an x. I've literally been working on this for a month (10 hrs/week) and feel like I've got nowhere. I developed the applet using jdk1.6.0_03 and the same jre. How do I check what version of java my browser (be it firefox, IE) is running? I doubt this is the source of the problem but to me it makes the most sense. The applet was launching from the server just yesterday and all of a sudden it doesn't work. I feel like there's so much going on behind the scenes with how my applet interacts with the browser that developing this any further is a lost cause. I'm notably frustrated and would appreciate any help.
I'm considering reworking this whole project in php and server side scripting languages because java applets are in my opinion overly complicated and the server I'm running it from uses Apache.
i've designed a java applet which is supposed to launch from a server onto the client side via an html script which looks like this:
<html>
<center>
<applet CODE=PP.class
ARCHIVE=testapplet.jar
width=800 height=400>
</applet>
</center>
</html>
where all my class files and images are in testapplet.jar. All the controls work perfectly in appletviewer but when I try to launch the applet from the server I get an 800x400 grey box with an x. I've literally been working on this for a month (10 hrs/week) and feel like I've got nowhere. I developed the applet using jdk1.6.0_03 and the same jre. How do I check what version of java my browser (be it firefox, IE) is running? I doubt this is the source of the problem but to me it makes the most sense. The applet was launching from the server just yesterday and all of a sudden it doesn't work. I feel like there's so much going on behind the scenes with how my applet interacts with the browser that developing this any further is a lost cause. I'm notably frustrated and would appreciate any help.
I'm considering reworking this whole project in php and server side scripting languages because java applets are in my opinion overly complicated and the server I'm running it from uses Apache.