Closed
Bug 156198
Opened 23 years ago
Closed 21 years ago
java applet not loaded from local disk
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mimmocottignoli, Assigned: joshua.xia)
Details
Attachments
(1 file)
496 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
I have a simple test html page (MyPage.html) that loads the java applet
"MyApplet.class" .
If I load the page from a WEB server, it works.
If I load the page using the address "file:d:\test\testapplet\MyPage.html", I
get a 'ClassNotFoundException' while the system tries to load the file
"\MyApplet\class.class"
Reproducible: Always
Steps to Reproduce:
1.Copy the html test page and the java class in any directory
2.try to load it usingo a local disk address
3.open the java console
Actual Results: The applet is not loaded and the java console reports a
ClassNotFoundException.
(MyPage.html)
Comment 1•23 years ago
|
||
Reporter: please attach your html file to this bug.
Also note, that correct component for java applet problems
is OJI
Assignee: idk → joe.chou
Component: Java-Implemented Plugins → OJI
QA Contact: avm → pmac
Reporter | ||
Comment 2•23 years ago
|
||
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: nidheesh → petersen
Status: UNCONFIRMED → NEW
Comment 5•22 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
Assignee | ||
Comment 6•22 years ago
|
||
reassign to me
Assignee: joe.chou → joshua.xia
Status: NEW → UNCONFIRMED
you should use / instead of \ for the url.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•