Closed
Bug 128117
Opened 24 years ago
Closed 24 years ago
The java console windows displays this error"java.lang.NoClassDefFoundError" while loading the above url
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: pmac, Assigned: joe.chou)
References
()
Details
Seen on mac os 9.2 (commercial trunk: 2002-02-27-06-trunk).
The applets load find on windows and linux.
1. Launch netscape using the installer. (Choose "CUSTOM").
2. Open the java console windows by selecting Tasks > Tools > Java Console.
3. Download the above url.
Notice the errors display in the java console window:
Class missing for error: java/lang/NoClassDefFoundError at
java.lang.ClassLoader.defineClass(ClassLoader.java)
An exception occurred:
java.lang.NoClassDefFoundError
The applet also loads fine with MRJ plugin for MAC OS 10.1.2 v1.0d7
Comment 2•24 years ago
|
||
This won't work on Mac OS 9.x, because the version of Java is too old.
MRJ 2.x only supports Java 1.1, and this applet requires the Java 2 SDK
API v1.2 or later.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•