facebook

Deploying a regular old java application

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #294689 Reply

    warish
    Member

    I have a standard java application, public static void main(String[] args), that I want to deploy. I would like it in a jar with all of its dependent jars, there is about 10 of them. I have deployed the app itself in an executable jar but do not know how to get all of the other jars included and working with out getting crazy with the classpath. What is the best way of doing this in MyEclipse? I am using Java 5 so the wildcard for the classpath will not work.

    Thanks,

    Warren

    #294726 Reply

    Loyal Water
    Member

    Warren,
    You can take a look at the Fat-Jar plugin for Eclipse. That will help you achieve what you want.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Deploying a regular old java application

You must be logged in to post in the forum log in