java - Running Gradle appplication with parameters in NetBeans -
I want to run the Gradle application in my netbense with my own parameters.
Example:
java-jar nameOfJarFile -MyParametere valueOfParameter
and what to do to run my application with that parameter needed?
Right click your project> Property> Play in LHS Panel> in the Arguments Textfield - with spaces Enter the parameter in between.
Comments
Post a Comment