Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Java program into website
Index -> Programming, Java -> Java Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh pageAdd this topic to your bookmarks (CTRL-D) View next topic
Author Message
iluvchairs112




PostPosted: Wed Jan 09, 2008 4:02 pm   Post subject: Java program into website

so I created a program in Java that I want to put onto my website. how can I get an executable version of my program? (after it has been compiled, etc.)?
 
Sponsor
Sponsor
Sponsor
sponsor
Dan




PostPosted: Wed Jan 09, 2008 4:28 pm   Post subject: RE:Java program into website

Noramly you do not compile java to a executable but into byte code (a .class file). This way the .class file can be run on any OS that has a JVM.

So giving them all the class files should be enought for them to run your program. You can also put thess in a jar arachive so they only have one file to deal with.

There are ways to wrap a java program in an exe but i do not recommend it and it goeses agsited alot of the ideas of java.
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
 
Display posts from previous:   
   Index -> Programming, Java -> Java Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh pageAdd this topic to your bookmarks (CTRL-D) View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: