Debuger crush

Hi all!

I have SunStudio 11 installed on Linux x64_86 platform.

It can edit and compile things just fine, but each time I tried to load program into the debugger I get the folllowing message:

Annotation: Exception occurred in Request Processor

java.lang.NoClassDefFoundError

at com.sun.tools.debugger.dbxgui.utils.IpeUtils.getUnixEnv(IpeUtils.java:514)

at com.sun.tools.debugger.dbxgui.utils.IpeUtils.getenv(IpeUtils.java:465)

at com.sun.tools.debugger.dbxgui.debugger.RunConfig.writeDocument(RunConfig.java:1 636)

at com.sun.tools.debugger.dbxgui.debugger.RunConfig.save(RunConfig.java:1030)

at com.sun.tools.debugger.dbxgui.debugger.actions.LoadDialogAction.actionPerformed (LoadDialogAction.java:118)

at com.sun.tools.debugger.dbxgui.debugger.actions.LoadDialogAction.actionPerformed (LoadDialogAction.java:98)

at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:97)

at org.openide.util.Task.run(Task.java:136)

at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328)

[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:670)

Can someone help me?

And please, if you tell me to replace JVM, check Java libraries or something like this, explain how to do it.

Thanks!

[1329 byte] By [Iron-Eaglea] at [2007-11-26 17:46:30]
# 1
It's probably Sun Studio startup script bug, but I just have no idea where the problem is.As a workaround, you might try adding this to your CLASSPATH before executing 'sunstudio':<sunstudio_install_dir>/prod/modules/autoload/toolscommon.jar
MaximKartasheva at 2007-7-9 4:58:42 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

That did not help :(

Maybe I'm doing it wrong?

I run setenv CLASSPATH /opt/sunstudio/prod/modules/autoload/toolscommon.jar (that is my sunstudio directory path ), and then run sunstudio. I also tried to add it as an environment variable in GBX configuration in sunstudio. But it didn't elp.

Iron-Eaglea at 2007-7-9 4:58:42 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
Another idea: try running sunstudio like this$ sunstudio --ui-classpath /opt/sunstudio/prod/modules/autoload/toolscommon.jar
MaximKartasheva at 2007-7-9 4:58:42 > top of Java-index,Development Tools,Solaris and Linux Development Tools...