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 7411 - TopSecurityManager depends on ice.iblite.BrowserClassLoader
Summary: TopSecurityManager depends on ice.iblite.BrowserClassLoader
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 minor (vote)
Assignee: anovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-17 12:23 UTC by anovak
Modified: 2008-12-23 11:46 UTC (History)
5 users (show)

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 anovak 2000-08-17 12:23:08 UTC
The classloader is not in default classpath of IDE so checkConnect throws
java.lang.NoClassDefFoundError: ice/iblite/BrowserClassLoader.

This does not happen in main trunk, since there is already the dependecy
removed.

Suggested fix is to backport parts of code from main trunk to Boston.
Comment 1 anovak 2000-08-21 12:45:59 UTC
I have moved icebrowserlitebean.jar from modules/ext into lib/ext.
Rewriting of SecurityManager seems too risky.
Comment 2 Marian Mirilovic 2002-10-21 13:08:48 UTC
closed