How to view all the command line parameters in a single view in command prompt?

Posted 5 days ago by User14

Post a topic
Answered
u
User14

How to view all the command line parameters of a .jar file while executing in command prompt?

0 Votes

n

Narender posted 5 days ago Best Answer

The below command is used to view all the command line parameters 
java -jar "nameOfTheSuite.jar"  -h

1 Votes


1 Comments

n

Narender posted 5 days ago Answer

The below command is used to view all the command line parameters 
java -jar "nameOfTheSuite.jar"  -h

1 Votes

Login or Sign up to post a comment

© Orasi Software, Inc. | All Rights Reserved.