I an new to build release, Can you please help me how to write “.bat” file to execute jar files in windows.
Please give me some inputs on how to proceed with simple example.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Write a simple text file (let’s say run.txt) containing the text
then rename it to run.bat.
You could also use tools like javaexe to create executable files to run the jar by double clicking.
http://devwizard.free.fr/html/en/JavaExe.html