Closed
Bug 55491
Opened 25 years ago
Closed 23 years ago
Java Plugin control panel missing class
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: olaf, Assigned: joe.chou)
Details
(Is it appropriate to file such bugs here or do they belong at Sun?)
Under Linux, the Java Plugin (from NS6PR3) control panel throws
java.lang.ClassNotFoundException: sun.plugin.panel.LinuxPlatform
on startup and every save. It works when ignoring the error.
I strongly suspect the missing class is as easy as
package sun.plugin.panel;
class LinuxPlatform extends SolarisPlatform
{
/* Nothing special here */
}
or perhaps make that into a generic Unix platform class.
Joe, can you please take a look at this?
Thanks,
Ed
Assignee: edburns → joe.chou
It looks like a Java plugin issue, and re-assigning to Steve Katz.
Assignee: joe.chou → skatz
Comment 4•25 years ago
|
||
This looks like it might be a packaging problem. Please check your
javaplugin.jar file for:
sun/plugin/panel/LinuxPlatform.class
Comment 5•24 years ago
|
||
SPAM: reassigning all OJI bugs to new OJI QA, pmac ( 227 bugs)
QA Contact: shrir → pmac
Comment 6•23 years ago
|
||
Joe, this bug should be closed as we have not heard back from the submitter for
well over a year.
Assignee: skatz → joe.chou
setting WFM as it works in JDK 1.4.0 RC1.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: joe.chou → petersen
Comment 9•23 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
You need to log in
before you can comment on or make changes to this bug.
Description
•