
-----------------------------------
gsquare567
Sat Nov 25, 2006 12:00 pm

need to solve a problem w/ uploading applet to internet
-----------------------------------
i uploaded a jar file containing all the classes + images + sounds and i uploaded the htm file to run the jar all in the same folder on the site.

the error: it cant find the class called by the manifest in the jar file, even though its loaded with everything else in the jar

the weirder thing: it only happens with two of my friends, the rest can view the applet

any ideas?

PS - dont flame, dont say search google (cuz i did), dont say anything if its not relevant.

-----------------------------------
cool dude
Sat Nov 25, 2006 1:48 pm


-----------------------------------
if it only happens to two of your friends and everyone else can view it then it isn't something wrong with your program. my guess is that your two friends don't have java installed or maybe not the newest version of java.

-----------------------------------
gsquare567
Sun Nov 26, 2006 12:18 pm


-----------------------------------
ok thanks a lot. they dont need to install the whole jdk tho, rite? cant they dl something just to view java?

-----------------------------------
wtd
Sun Nov 26, 2006 12:20 pm


-----------------------------------
The Java Runtime Environment (JRE), yes.  

If you used 1.5.0 to create your applet, though, they may need to have the same version of the JRE installed.
