Search Results

14
votes
16answers
1k views

Packaging Java apps for the Windows/Linux desktop.

I am writing an application in Java for the desktop using the Eclipse SWT library for GUI rendering. I think SWT helps Java get over the biggest hurdle for acceptance on the desktop: namely provid …
0
votes

Packaging Java apps for the Windows/Linux desktop.

Thanks for that, but it seems a little out of my price range. I'm really looking for something free or, at least, cheap. Hence, rolling my own is definitely an option. …
0
votes

Packaging Java apps for the Windows/Linux desktop.

Another option I was considering: rather than writing a native launcher from scratch, Eclipse comes with the source code for its own launcher, and this could perhaps be repurposed for my app. …