About *.jar file

Issues related to Enigma Virtual Box
Post Reply
tony200910041
Posts: 10
Joined: Sat Apr 20, 2013 6:48 am

About *.jar file

Post 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.
Enigma
Site Admin
Posts: 2943
Joined: Wed Aug 20, 2008 2:24 pm

Re: About *.jar file

Post 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.
Disco Makberto
Posts: 20
Joined: Tue Sep 24, 2013 7:48 am

Re: About *.jar file

Post by Disco Makberto »

Or you can probably use JPortable which you can then repackage via Enigma.

Carlos Albert
Disco Makberto
remixtech
Posts: 23
Joined: Sat Jun 06, 2009 2:02 pm

Re: About *.jar file

Post by remixtech »

Can I access the enigma api within the jar file packed in exe?
Enigma
Site Admin
Posts: 2943
Joined: Wed Aug 20, 2008 2:24 pm

Re: About *.jar file

Post 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.
Post Reply