Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How to execute java program with out extension tool

Options
gollapudi
gollapudi Posts: 11

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.

Thanks
Swapna

Comments

  • jakubiak
    jakubiak Posts: 798 admin
    Options

    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.