Underc0de

Programación General => Java => Mensaje iniciado por: BigBear en Febrero 25, 2014, 06:21:41 PM

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

El video :



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


Título: Re:Como convertir un jar a exe usando IExpress
Publicado por: algorf en Febrero 26, 2014, 05:42:21 PM
ehh muy bueno y viejo truco..  y eso funcinaria solo en el caso de q este intalado el JRE  no ??... sino no funcionaria el exe..  o si ??

saludos y gracias buen aporte!