Problem loading applet on Mac OS x 10.4

I am working on a web application that includes a Java applet. My application works fine on PCs with different browsers like IE and Firefox. The web application is hosted on Linux (Ubuntu). I had a problem with a Mac with Firefox. I could not download the applet.

This is the error I found in the java console. Java.lang.classNotFoundException web / applets / ImageObsApplet.class

I placed the web application on a Windows XP PC, and I can download the java applet to the Mac system.

Update:

I am using J2SE 1.5.0. Does this not support Mac OS X 10.4? I can successfully run the application on Mac OS X 10.5.5.

Now I can download the applet on MAC OS X 10.4.11. but I had a problem with applet functionality. My applet will display a map image. An applet contains navigation keys with arrows in the upper left corner of my applet. These keys will be used to navigate the map. The problem is that the user uses navigation buttons, the image got squash and stretch. This only happens on MAC OS X 10.4.11 and its operation on PC and MAC OS X 10.5.5.

+6
java applet macos
source share
1 answer

I'm not sure, but there was a problem with the java plugin from firefox on mac. I think firefox on 10.4 only supports Java 1.4. Have you tried safari?

+1
source share

All Articles