How to Package and Deploy Eclipse Java Application
Posted
by Rick
on Stack Overflow
See other posts from Stack Overflow
or by Rick
Published on 2010-03-31T18:48:05Z
Indexed on
2010/03/31
18:53 UTC
Read the original article
Hit count: 459
Before I begin, I'm new to eclipse, please keep that in mind when replying. :)
Here is the situation, I have built an java application that has some dependencies (~10 of them). I would like to easily package this application up and deploy it as a single file to a CD or usb drive.
My question is there doesn't seem to be any "nice" wizard to search the project, grab the dependencies and setup the classpath on the target computer. Seems to me I have to do this manually.
Is there a better way. Something simple, easy and straight forward. A link to a tutorial on this would be great.
Seems to me that this should be a built-in feature to eclipse. Deployment of a web application seems easy enough, but not a java application.
Thanks!
© Stack Overflow or respective owner