Test Foro de elhacker.net SMF 2.1

Programación => Programación General => 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 :

[youtube=640,360]http://www.youtube.com/watch?v=g7Fnx1snwPw[/youtube]

El manual en si :


-> 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