Foro de elhacker.net

Programación => Java => Mensaje iniciado por: BigBear en 25 Febrero 2014, 21:57 pm



Título: Como convertir un jar a exe usando IExpress
Publicado por: BigBear en 25 Febrero 2014, 21:57 pm
Hoy les traigo un video de como convertir un archivo jar a exe usando IExpress.

El video :

g7Fnx1snwPw

El manual en si :

Código:
-> Execute "iexpress"
-> Create new Self Extraction Directive file
-> Extract files and run an installation command
-> Package title : Your title
-> No prompt
-> Do not display a license
-> Packaged files : Java Files
-> Install Program to Launch -> Install program -> java -jar <file>
-> Show window -> Hidden
-> Finished Message -> No message
-> Package Name and Options -> Enter exe name
   -> Select "Hide File Extracting Progress Animation from User"
-> Configure restart -> No restart
-> Save Self Extraction Directive -> Dont save
-> Finished