Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Deploying a single cross platform SWT Jar

> I would like to propose a new Q&A to be added to the SWT FAQ
> (http://www.eclipse.org/swt/faq.php).

I am sure this approach would help many users of my library, so this
is a step in the right direction.

> In this stackoverflow discussion
> (http://stackoverflow.com/questions/2706222/create-cross-platform-java-swt-application/5784073#5784073)
> I present an approach which produces a single jar packaging up the SWT jars
> for a number of platforms and which loads the correct one at runtime.

I would love to have this approach combined with a dynamic way of
knowing which port is applicable rather than forging the names of the
resources to load. cf:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=292062

-Christopher


Back to the top