Unable to debug Java application using JSwatPlugin
Submitted by Friday, 29 October, 2004 - 02:40
on
Hello People,
I installed JEdit and the JSwatPlugin to debug Java applications. Now I have a TestBanking.java and a package banking containing five other java files. I try to place a breakpoint at main itself in TestBanking.java When I select JSwatPlugin and there I click on "Start VM" I get the following error " An error occurred during execution of a JSwat action:java.lang.NullPointerException. For more information see Activity log".
I am unable to find why this error is popping up.
When I compile the same program from command line it compiles fine but gives a java.lang.NullPointerException at runtime.
Please advise. Error with code or I am not able to use the debugger properly.
Thanks in advance.
I installed JEdit and the JSwatPlugin to debug Java applications. Now I have a TestBanking.java and a package banking containing five other java files. I try to place a breakpoint at main itself in TestBanking.java When I select JSwatPlugin and there I click on "Start VM" I get the following error " An error occurred during execution of a JSwat action:java.lang.NullPointerException. For more information see Activity log".
I am unable to find why this error is popping up.
When I compile the same program from command line it compiles fine but gives a java.lang.NullPointerException at runtime.
Please advise. Error with code or I am not able to use the debugger properly.
Thanks in advance.