Results 1 to 5 of 5
- 08-13-2012, 08:35 PM #1
Member
- Join Date
- Aug 2012
- Posts
- 3
- Rep Power
- 0
- 08-14-2012, 01:35 AM #2
Member
- Join Date
- Aug 2012
- Posts
- 3
- Rep Power
- 0
Re: How do I make an auto updater for my program?
Bump
- 08-14-2012, 03:01 AM #3
Re: How do I make an auto updater for my program?
1)To change the contents of a page on a server you will need to either have code that executes on the server that you can give instructions to
or be able to upload a new version of the page to the server.
2)Where will the program execute that is to check the html page for a change? What would it do to request an update?If you don't understand my response, don't ignore it, ask a question.
- 08-14-2012, 04:39 AM #4
Member
- Join Date
- Aug 2012
- Posts
- 3
- Rep Power
- 0
Re: How do I make an auto updater for my program?
1) Yeah. I'll have a download link whenever a new update comes. I want a program to change the HTML download with the file exe.
2) They get a JFrame prompt that says "New update. Would you like to install now?"
And two buttons that say yes or no.
- 08-14-2012, 09:44 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: How do I make an auto updater for my program?
Can I suggest looking up Java Web Start and jnlp?
It does all this for you.
But if you want to do this by hand, you need a launcher that goes off and checks for the update. If there is one the you show the JFrame, if not then it launches the application itself.Please do not ask for code as refusal often offends.
Similar Threads
-
How to make Combo box Auto Complete/Type Ahead?
By sandeep43 in forum New To JavaReplies: 3Last Post: 09-06-2011, 07:49 AM -
can i make a program to make keyboard and mouse idle or not responding for 10 second
By 3ammary in forum Advanced JavaReplies: 4Last Post: 07-23-2011, 08:08 PM -
how can i make a clock which can auto update every second
By chyeeqi in forum NetBeansReplies: 2Last Post: 03-29-2010, 05:33 PM -
Making a program auto restarter in java!
By g123456 in forum New To JavaReplies: 4Last Post: 12-31-2009, 11:33 AM -
Auto-complete/Auto-fix for custom statement
By dark_cybernetics in forum EclipseReplies: 0Last Post: 08-19-2008, 11:19 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks