Problem trying to run Sun One Studio 5 standard edition

Hi,

I installed Sun One Studio 5 standard edition, it installed fine on XP. When I try to run it, I get the following exception as soon as the splash screen appears -

java.lang.IllegalStateException: No Menu/

The stack is

ava.lang.IllegalStateException: No Menu/

at org.openide.awt.MenuBar.<init>(MenuBar.java:80)

at org.netbeans.core.windows.MainWindow.initialize(MainWindow.java:94)

at org.netbeans.core.Main.initializeMainWindow(Main.java:275)

at org.netbeans.core.NonGui.run(NonGui.java:533)

at org.netbeans.core.Main.run(Main.java:259)

at org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:236)

at org.netbeans.core.NbTopManager.get(NbTopManager.java:195)

at org.netbeans.core.Main.start(Main.java:433)

at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:79)

[catch] at java.lang.Thread.run(Thread.java:536)

and the IDE freezes. Can someone please help me..

Krishna

[1009 byte] By [BhamidiKrishna] at [2007-11-25 10:35:22]
# 1

Hi ,

It is hard to figure out with just that much info on what could be wrong. But here are few things to check:

Check System requirements:

http://wwws.sun.com/software/sundev/jde/supportmatrix.html

Make sure you Java 2 Platform, Standard Edition (J2SE) SDK v1.4.1_02 or higher. And that it is in your path

Check if you have sufficient disk space..

Hope this helps.

Radhika

Radhika Renavikar at 2007-7-1 21:24:05 > top of Java-index,Development Tools,Java Tools...
# 2
This is a known issue that is currently being addressed. Please check out issues #29805 and #35920 in Issuezilla for more info on this bug. http://www.netbeans.org/community/issues.htmlRegards,christina
Christina Rivera at 2007-7-1 21:24:05 > top of Java-index,Development Tools,Java Tools...