Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Standalone SWT Application

Steve Northover a écrit :

Does a jar in a jar work?  I didn't think so.  However, a single jar that has SWT and your appliation in it should work.

I tried a sample application packaged as a jar with the following content, and it works !!!

* myapp.jar

    - MyMain.class

    - lib

       * swt.jar

    - MANIFEST.MF
      
       * Main-Class : MyMain

       * Class-Path : /lib/swt.jar


Manuel


Back to the top