C
cppaddict
I have program (made with exe4j) that uses an .exe file to launch a
Java application. That is, the application is contained in .jar
files, and the .exe file issues the command that starts the app.
Something like:
java -jar TheJarFile.jar command line args
I would like to know exactly which command the .exe file is issuing to
start the application. That is, what the command line args or other
options are.
TIA,
cpp
Java application. That is, the application is contained in .jar
files, and the .exe file issues the command that starts the app.
Something like:
java -jar TheJarFile.jar command line args
I would like to know exactly which command the .exe file is issuing to
start the application. That is, what the command line args or other
options are.
TIA,
cpp