I have written java program which has main method to call the perticual method ,how to execute this java class with out extension tool.
Can any one help me on this.
One option would be to use the External Tool to call Java directly. You will probably need to set up the classpath within the arguments that you pass to Java through the External Tool.
Comments
One option would be to use the External Tool to call Java directly. You will probably need to set up the classpath within the arguments that you pass to Java through the External Tool.