Closed
Bug 21147
Opened 26 years ago
Closed 26 years ago
MRJ Plugin error: Class not found (not using Jar files)
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: astrupp, Assigned: drapeau)
Details
Using Mac OS9/MRJ 2.1.4
MJR plugin: LaunchConsole.html works.
Tried plugin with <embed> and <applet> tags
Tried type="application/x-java-vm" and the other MIME types.
<embed> gave NullPointerException
<applet> tag results in Java Console output:
Applet: MyApplet can't start. error: java.lang.VerifyError:
OneOfMyClasses: cannot find java/awt/event/AdjustmentListener.
Got the same error when I tried a small test applet that
uses an inner class. Cannot find inner class.
Updated•26 years ago
|
Assignee: leger → drapeau
Component: Browser-General → OJI
Summary: MRJ Plugin error: Class not found (not using Jar files) → MRJ Plugin error: Class not found (not using Jar files)
Comment 1•26 years ago
|
||
OJI?
It's possible that it's an OJI problem, but before I accept this bug, I could
use more details, like: how can I reproduce this problem? Can you give me a URL
I could visit myself? How about attaching the Applet source code to this bug
report so I can look at the Java code?
I'd like to try this on other platforms (Win32, Solaris) to see if this problem
occurs there as well.
As is, when the mrj is correctly installed and a built plugin is installed in the
correct place, i can not replicate this.. perhaps this is an installation bug and
not an OJI bug?
Changing status as result of modgock's comment and lack of supporting additional
info by the bug's reporter. If the bug's reporter is still having the problem,
please update this bug and we'll happily deal with it.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•