• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Debugging Java 1.1 Project

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Experts
Can someone help me how can I debug Java 1.1 project ?

I started to use NetBeans 3.5 with DebuggerTools module, but I'm new to NetBeans and I don't know how to use it. It reports an exception:

Annotation: Exception occurred in Request Processor
java.lang.NoSuchMethodError
at org.netbeans.modules.debugger.debug.ToolsDebugger.startDebugger(ToolsDebugger.java:210)
at org.netbeans.modules.debugger.multisession.EnterpriseDebugger.startDebugger(EnterpriseDebugger.java:215)
at org.netbeans.modules.debugger.delegator.DefaultDebuggerType.startDebugger(DefaultDebuggerType.java:151)
at org.netbeans.modules.debugger.support.ProcessDebuggerType.startDebugger(ProcessDebuggerType.java:234)
at org.openide.debugger.DebuggerType.startDebugger(DebuggerType.java:64)
at org.openide.loaders.ExecSupport.debug(ExecSupport.java:75)
at org.netbeans.modules.debugger.support.actions.StartAction.performAction(StartAction.java:90)
at org.openide.util.actions.NodeAction.performAction(NodeAction.java:184)
at org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:175)
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)

Thanks to all in advance.
Mirec
 
Evildoers! Eat my justice! And this tiny ad's justice too!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic