This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 4211 - Applet is not loaded by internal browser using Open on generated HTML page.
Summary: Applet is not loaded by internal browser using Open on generated HTML page.
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-05 21:31 UTC by issues@www
Modified: 2005-03-09 04:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description issues@www 1999-10-05 21:31:53 UTC
1. Create applet
2. Execute it to generate HTML page.
3. Select Open action for generated HTML page.
4. Internal browser does not load applet. Nothing is printed/thrown

Occurs always on Win + Solaris.

Another case (Petr Jiricka) :
1. Create an applet which contains an inner class
2. Execute it to generate HTML page.
3. Select Open action for generated HTML page.
4. Message "Not secure class loader: class ice.iblite.BrowserClassLoader" is printed many times and Java VM crashes.