I am new to cameyo. I want to make my jar file an executable file using cameyo, it will contain my jar file and jre also such that a user will just copy my cameyo .exe file and should be able to run my application without installing jre in his system. Is it possible in cameyo? plese give some details. If i run my jar file from batch file on machine having jre installed it works but doesn't works with pc having not installed jre. Indise .bat file i am using:
SET JAVA_HOME = jre7; SET PATH = jre7\bin; start java -jar test.jar
jre7 folder i added inside 'FIlesystem' under 'Files' tab.inside jre7 folder is just a copy paste of jre installed in my machine
Have you tried capturing an installation of jre? I attempted to run an application that required java by copying only the java folder and it didn't work. When I updated the registry to reflect what occurs during a jre installation, the application ran.