I am working on (Java) Eclipse RCP windows desktop application and I need to implement a function which checks a website for any available updates to it. I would want to develop something that prompted the user to update the software if there are new version available, which will probably involve parsing the html etc...

For people who have done this before, I would like to know what good options I have. I would appreciate any help?

Thanks!

link|improve this question
feedback

2 Answers

Eclipse comes with update support technology. http://wiki.eclipse.org/P2

See Simple "check for update" library in java

link|improve this answer
feedback

You might also want to check Equinox/p2/Adding Self-Update to an RCP Application.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.