Link to home
Start Free TrialLog in
Avatar of danBosh
danBoshFlag for United Kingdom of Great Britain and Northern Ireland

asked on

applet problems

I have a signed swing applet that is embedded in a webpage, and it works fine on mine and one of my flatmate's machines but for my other flatmates the applet does not load and is says "load: class myApplet not found" in the status bar. why does this happen? all the machines have the latest java plug in.
Avatar of rooster_0429
rooster_0429

It's not enough to just have the latest java plug-in installed. If you have more than one version of the plug-in installed then you must configure the newest version to be the default plug-in. Also there is a handy tool made by sun that will allow you to make the html code more browser friendly for applets. Check out this site.

http://java.sun.com/products/plugin/features.html
Avatar of Mayank S
Copy the class file as well as the HTML file on your other flatmate's machines.

Mayank.
Avatar of danBosh

ASKER

why? That defies the point of the internet if i have to send everyone the class files for my website?
ASKER CERTIFIED SOLUTION
Avatar of Mayank S
Mayank S
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial