How do I deploy my java application onto a website? -


i complied java programs, consists of 4 classes , everything's working fine. have gui, client, server, , action listeners , image in same folder. don't know how put local java application debugged , tested in jgrasp software onto webpage. looked around , read need make jar file , compress of them, don't know how that, neither creating applet. tried simple way of doing attempting convert .java file "smtpserver", class used run application, , convert jnlp file , brought java webstart application, unable run it. first time trying port webpage. how do this?

this basic example hybrid. jar contains single class. jar can deployed either applet or application. can build jar containing compiled class files in jgrasp shown here.

<resources>     <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>     <jar href="yourapplication.jar"/> </resources> 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -