I have inherited a java application that uses XML as input. At the command prompt, it runs as follows:
java -jar myJar.jar -f / path / to / my / xmlfile.xml
In eclipse, you can set the startup / debug configuration arguments from the Run-> Debug Configurations ... parameters (arguments tab). How do you set the equivalent in Netbeans?
I don't know if that matters, but this is a NetBeans maven project.
thanks!
source share