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 189721 - NoSuchMethodError: java.awt.Toolkit.isAlwaysOnTopSupported()Z
Summary: NoSuchMethodError: java.awt.Toolkit.isAlwaysOnTopSupported()Z
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-20 16:26 UTC by vivekojha
Modified: 2011-09-03 13:26 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170685


Attachments
stacktrace (822 bytes, text/plain)
2010-08-20 16:26 UTC, vivekojha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vivekojha 2010-08-20 16:26:23 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 1.5.0_22-b03, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_22-b03
OS: Windows 2003

User Comments:
GUEST: Just Logged In




Stacktrace: 
java.lang.NoSuchMethodError: java.awt.Toolkit.isAlwaysOnTopSupported()Z
   at org.casaburo.utils.topmost.Installer.restored(Installer.java:37)
   at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
   at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
   at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
   at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
   at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:225)
Comment 1 vivekojha 2010-08-20 16:26:27 UTC
Created attachment 101567 [details]
stacktrace
Comment 2 Peter Pis 2010-08-25 13:18:45 UTC
You have installed other module (org.casaburo...) I guess and it causes the problem. Most probably it's the root cause of this issue.