| Author |
Hi, Paul and Andy, thanks for visiting the ranch.
|
Justin Char
Ranch Hand
Joined: Mar 05, 2007
Posts: 76
|
|
I am new to Java. What is the best process to get an Application executable to run on a client PC. We are using Ant where I work is this the best step to take. Also, when you build an app in Eclipse why is it you can save a program to a .exe instead of have using javac. Thank You, Justin
|
 |
Paul Duvall
author
Greenhorn
Joined: Jul 17, 2007
Posts: 29
|
|
I am new to Java. What is the best process to get an Application executable to run on a client PC. We are using Ant where I work is this the best step to take. Also, when you build an app in Eclipse why is it you can save a program to a .exe instead of have using javac.
Yes, despite its problems, using Ant to build your software is a good choice especially as compared to running a build from only your IDE (Eclipse). From Eclipse, you can execute this Ant build script. Just make sure you can also run your Ant build without needing to use Eclipse (i.e. from the command line; this is necessary for CI to work)
|
Co-author of <a href="http://www.amazon.com/gp/product/0321336380/" target="_blank" rel="nofollow">Continuous Integration: Improving Software Quality and Reducing Risk </a> <br />(Addison-Wesley Martin Fowler Signature Series, 2007). Companion website for the book is <a href="http://www.integratebutton.com/" target="_blank" rel="nofollow">IntegrateButton.com</a>
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
Originally posted by Justin Charpenter: Also, when you build an app in Eclipse why is it you can save a program to a .exe instead of have using javac.
Never seen that before. How do you do that?
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
 |
|
|
subject: Hi, Paul and Andy, thanks for visiting the ranch.
|
|
|