Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 .git 2013-06-05 mani90 [r1] Initial commit
 com 2013-06-05 mani90 [r1] Initial commit
 README.md 2013-06-05 mani90 [r1] Initial commit
 update-config.xml 2013-06-05 mani90 [r1] Initial commit

Read Me

JavaAutoupdater

Java Auto updater for Java Desktop Application Using SWT

Compile

  1. Create Java SWT project.
  2. Import the package into the project.
  3. Create update-config.xml into your server with below Formate.
    <?xml version="1.0" encoding="UTF-8"?>
    <version>
        <avail-version>1.1</avail-version>
        <verion-date>24/05/201</verion-date>
        <size>2048</size>
        <auther>My Application</auther>
        <url>https://example.com</url>
        <check-url>https://example.com/update.zip</check-url>
        <status>completed</status>
    </version>
    
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.