What's the best way to start Java applications on Windows 7?

前端 未结 5 898
谎友^
谎友^ 2020-12-07 13:42

Requirements

I want to publish a Java GUI application on Windows 7. This application is using the Swing Toolkit and doesn\'t need any native code. The application

5条回答
  •  独厮守ぢ
    2020-12-07 14:26

    I personaly use Launch4j (through maven with the maven-launch4j-plugin to be even more precise), and I implement the system tray management from within my application... (See http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javase6/systemtray/).

提交回复
热议问题