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: Updatable Java Desktop Application

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Location
    İstanbul
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Updatable Java Desktop Application

    I created a Java Desktop Application and distributed it. Naturally, the program has several bugs and these are appeared after people started using it. Than it comes to my mind i should add an update feature to application. I started to research but also what do you advise to me about that ? Where should i start from ?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Updatable Java Desktop Application

    I am not sure what you are asking...are you looking for advice on how to distribute your update to your distributed application?

  3. #3
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Updatable Java Desktop Application

    For the third time: Lesson: Java Web Start (The Java™ Tutorials > Deployment)

    From that: "Updates to a Java Web Start application are automatically downloaded when the application is run standalone from the user's desktop"
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  4. #4
    Junior Member
    Join Date
    Aug 2011
    Location
    İstanbul
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Updatable Java Desktop Application

    Why you didn't understand me ? Is the reason my English or expressing oneself ?

    My question: I have an desktop application (version 1.0). When i create an updated version let's say 1.0.1, i want to inform my users that there is an updated version of the program. After that they will install the new version by manually or the application will do it for them.

    Second question: I knew that Java Web Start is suitable for that. But i am not using java web start. I distributed my app. from mywebsite with a setup.exe. So the quesiton is there a way to make update thing without using java web start ?

Similar Threads

  1. Netbean Desktop Application Help!!
    By flyto9 in forum Java Theory & Questions
    Replies: 2
    Last Post: June 30th, 2011, 05:52 PM
  2. Remote Desktop Application
    By Drango in forum Java ME (Mobile Edition)
    Replies: 3
    Last Post: January 24th, 2011, 08:01 AM
  3. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM
  4. SQLite and Desktop Application
    By urosz in forum JDBC & Databases
    Replies: 12
    Last Post: November 2nd, 2009, 03:50 AM
  5. Desktop Database Application
    By TCoomer in forum JDBC & Databases
    Replies: 2
    Last Post: June 4th, 2009, 03:51 PM