Results 1 to 5 of 5

Thread: [RESOLVED] How to package a JSwing app?

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2007
    Location
    England
    Posts
    61

    Resolved [RESOLVED] How to package a JSwing app?

    Hey,

    I am used to writing Java programs which run on a command line.

    I normally make a jar file and run this command in unix:

    java -jar myapp.jar

    to run the file...

    I have wrote a Java Swing app for the first time and am wondering how I package this up for users to be able to run it?

    jar files don't seem to do it.

    Any ideas?

    Thanks for the help!
    Last edited by DonCash; Aug 17th, 2007 at 02:42 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width