Unattended Executable Jar File
Is there anyway to create an unattended script that will run an Executable Jar File? The install.jar file will run and bring up a user interface which I would like to make unantended. The Jar file currently has no command line arguments available that would provide a silent or unantended type install. Capture of installation in not vendor supported, Autoit is somwhat problemattic as the buttons do not have any keys associated with them, ect..
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
jmaclaurin
13 years ago
Posted by:
mahendraKumar
12 years ago
HI ,
You can run a jar file using below command.
java -jar filename.jar
but Java version to be installed already in the machine with java environment set . In order to run the jar file in unattended mode ,it depends on how developer of jar file created it.
u can try above command ... if no luck capture the install as Jmaclaurin...
You can run a jar file using below command.
java -jar filename.jar
but Java version to be installed already in the machine with java environment set . In order to run the jar file in unattended mode ,it depends on how developer of jar file created it.
u can try above command ... if no luck capture the install as Jmaclaurin...
Posted by:
rock_star
12 years ago
Posted by:
MeanGeneious
12 years ago
Posted by:
MeanGeneious
12 years ago
ORIGINAL: mahendraKumar
HI ,
You can run a jar file using below command.
java -jar filename.jar
but Java version to be installed already in the machine with java environment set . In order to run the jar file in unattended mode ,it depends on how developer of jar file created it.
u can try above command ... if no luck capture the install as Jmaclaurin...
You can run the jar with a command line as above.
What is Jmaclaurin?
Posted by:
mahendraKumar
12 years ago
Posted by:
anonymous_9363
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.