Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Create Application

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question Create Application

    I have created an application but didn't know how to create a set up
    can anyone help me to create this


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Create Application

    what is a set up?

  3. #3
    Junior Member
    Join Date
    Mar 2012
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Create Application

    i mean to say a complete application which we can install in other PC's

  4. #4
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: Create Application

    Much will depend on the type of application and the possible related resources needed. Of course you would jar your application to begin with. If it's a simple Swing GUI, you could pretty easily distribute it via Java Web Start or JNLP.

Similar Threads

  1. How to Create a Desktop Application with Database
    By sahilradotra in forum AWT / Java Swing
    Replies: 2
    Last Post: September 28th, 2012, 04:37 AM
  2. Create Java Enterprise Application with Mobile Client
    By praveensingh18 in forum Java Servlet
    Replies: 2
    Last Post: August 18th, 2012, 06:02 PM
  3. Replies: 0
    Last Post: June 13th, 2012, 06:44 PM
  4. Replies: 2
    Last Post: June 13th, 2012, 02:57 PM
  5. Replies: 1
    Last Post: December 30th, 2011, 03:29 AM