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.

Enter image details here


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -