I wrote a Java software. Now I want to copy it on a USB key and make it able to run in a stand-alone way on computers that probably don’t have JVM. Is this possible?
Share
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.
Sure there is. Don’t listen to the spoil sports. launch4j lets you bundle your executable jar, any dependency jars, and even a JRE into an executable file.
There is, unfortunately, no way to make one cross-platform solution, because JRE implementations themselves are not cross-platform.