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!

