Publishing java

supanatral

New Member
I just finished programing a java game and now I'm looking to publish it on my website. I went into Adobe GoLive CS2 and clicked on Special --> Insert --> Basic --> Java Applet.

If your not familiar with java then what happens is when you create a applet, its a *.java file then to run it you must compile it which creates a *.class file.

So I selected the class file for it to run from however, when I launched it in Internet Explorer, it said that "Loading Java Applet Failed". Also if I select it to run from the *.java file, I get the same error.

I do have the java program to run the game and other websites work that have java incorperated. Any Ideas??? Kaleb
 
Top