Results 1 to 4 of 4
Thread: How to send application
- 07-16-2012, 05:01 AM #1
Kraig9
- Join Date
- Jun 2012
- Location
- Central Texas
- Posts
- 3
- Rep Power
- 0
- 07-16-2012, 06:25 PM #2
Member
- Join Date
- Mar 2011
- Posts
- 21
- Rep Power
- 0
Re: How to send application
In Eclipse, right click the file you wrote, then select Export. Expand Java, and select Runnable Jar File. Then hit next. In the dropdown box, select your class and project(Launch configuration). Select where you want to save it, and hit finish. If you want a command line way, check out jar.exe in the JDK.
- 07-16-2012, 07:30 PM #3
Member
- Join Date
- Jul 2012
- Posts
- 7
- Rep Power
- 0
Re: How to send application
Just make sure when sending the file it is a .jar file.
example.jar
Then he can launch it without the source code.
- 07-17-2012, 09:42 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: How to send application
They can launch it without the source code if it's just a single class file...or class files.
The advantage of a jar file is that they can launch it by double-clicking the file (assuming both the jar file and java are set up correctly).Please do not ask for code as refusal often offends.
Similar Threads
-
Send SMS from Java Application for free
By ARDS in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 02-16-2011, 04:49 AM -
simple send email APP, but when press send button appeared:
By lse123 in forum Advanced JavaReplies: 10Last Post: 06-06-2010, 06:49 PM -
Help in converting Java application to desktop application in Netbeans
By realahmed8 in forum AWT / SwingReplies: 3Last Post: 12-04-2009, 12:10 PM -
How to send keystroke/text to some another application/process
By vinc in forum Advanced JavaReplies: 4Last Post: 11-26-2009, 09:40 AM -
Responding back to application's HTTP POST values with application/x-www-form-urlenc
By jeremy.wilson in forum New To JavaReplies: 1Last Post: 08-05-2009, 02:43 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks