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

php - Select box validation (in laravel) -

pandas - Iterate on Groupby Object's fields -

Creating a sparse matrix in Matlab with a specified number of independent Bernoulli +-1 nonzero entries -