Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Guesuper Guesuper is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 408
Rep Power: 14
Guesuper mempunyai hidup yang Normal
Default Mendistribusikan Aplikasi JAVA

Setelah teman-teman buat aplikasi Java, kita bisa mendistribusikan aplikasi yang kita buat dengan beberapa trik

1. Buat file jar dengan cara membuat file manifest contoh a.mf isinya kayak gini :



Main-Class: nama_kelas_utama



2. Compile menjadi jar. Perintahnya



jar cvfm a.mf *.class *.*



3. Setelah jadi jar kita bisa mengubahnya menjadi file executable (*.exe) dengan program Launch4J, jar to exe, ato greenJ.



4. Setelah jadi exe, sekarang kita buat file instalasinya dengan program SFX Tool bisa di download di sini



5. Silahkan mencoba, semoga bermanfaat.



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 03:25 AM.


no new posts