$ java [ options ] -jar file.jar [ argument ... ]
The arguments are passed to the main method of the Java program. As for the options passed to the interpreter (you probably want none), you can take a look at:
$ man java
$ java [ options ] -jar file.jar [ argument ... ]
The arguments are passed to the main method of the Java program. As for the options passed to the interpreter (you probably want none), you can take a look at:
$ man java