-
ClassNotFoundException only on Mac OS9
I have an applet that's been up and running for a while, and it works for
PC users and Mac OSX. However, on OS9 I get this error message when trying
to access it from IE:
-----------------------------------------------------------
java.lang.ClassNotFoundException: com.package.cropImg.CropImage
at
com.apple.mrj.JManager.JMAppletClassLoader_IMPL.loadClass(JMAppletClassLoade
rOld.java)
at
com.apple.mrj.JManager.JMAppletClassLoader_IMPL.loadClass(JMAppletClassLoade
rOld.java)
at
com.apple.mrj.JManager.JMAppletClassLoader_ROOT.loadClass(JMAppletClassLoade
rOld.java)
at
com.apple.mrj.JManager.JMAppletViewer_OLD.doLoadCode(JMAppletViewerOld.java)
at
com.apple.mrj.JManager.JMAppletViewer_OLD.setState(JMAppletViewerOld.java)
at com.apple.mrj.JManager.JMViewerEvent.post(JMAppletViewerOld.java)
at com.apple.mrj.JManager.AVDispatcherThread.run(JMAppletViewerOld.java)
-------------------------------------------------------------
Anyone know why this happens? I use a standard <APPLET> tag if the user is
Mac (and if it's PC I serve them an <OBJECT> tag). As I said, it works on
OSX.
- bjorn
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks