Page 1 of 1

About *.jar file

Posted: Tue Feb 11, 2014 12:09 pm
by tony200910041
Hi,
Is it possible to pack *.jar file (Java archive, the executable file of Java programs) to a *.exe boxed file?
I tried it, but it gives me an error message: "Error while processing: Unrecognized file format!".
Please help.

Re: About *.jar file

Posted: Wed Feb 12, 2014 9:32 am
by Enigma
Hi,

Not sure if it help, but you may just convert .jar to .exe http://stackoverflow.com/questions/1087 ... -convertor.

If you will need to pack other files to this resulting exe - use EVB.

Re: About *.jar file

Posted: Tue Mar 25, 2014 2:31 am
by Disco Makberto
Or you can probably use JPortable which you can then repackage via Enigma.

Carlos Albert
Disco Makberto

Re: About *.jar file

Posted: Thu Apr 24, 2014 5:47 am
by remixtech
Can I access the enigma api within the jar file packed in exe?

Re: About *.jar file

Posted: Thu Apr 24, 2014 5:54 pm
by Enigma
remixtech wrote:Can I access the enigma api within the jar file packed in exe?
If you can load external libraries in Java code and call it's functions then yes, you can do that.
The option "Miscellaneous - Other - Hook entire process for Enigma API calls" has to be enabled.

But note, you should use Enigma Protector for that, not Enigma Virtual Box.