.exe Launched Java App -- How's It Working?

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
 
G

Gerbrand van Dieijen

I have program (made with exe4j) that uses an .exe file to launch a
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.

You should ask the creator of exe4j, but I think it doesn't use the
command line but calls the JVM.dll directly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top