HowTo link an external jar or project depending on the platform [message #504542] |
Mon, 21 December 2009 06:38 |
Eclipse User |
|
|
|
Hi All,
I'm relatively new to eclipse and I'm developing a cross platform GUI java application based on QTJambi (Java bindings to QT toolkit by nokia).
QTJambi ships in different packages depending on the platform:
- WIn 32
- Win 64
- OSX
- Linux 32
- Linux 64
I share my project through svn so I would like to set up the eclipse project so that it automatically links to the proper qtjambi jar depending on what platform I open the project (Lin 32, 46 Win etc). This is because I would like to develop on a dedicated platform and the open the project on Win, OSX etc and just create deployable jars (one jar for each platform) without having to modify the project each time I change the platform.
In addition, is there a way to create a single deployable jar for my app that contains all platform related external jars (QTJambi) and automatically select the correct one when run by the user?
Thanks in advance, Luca.
|
|
|
Powered by
FUDForum. Page generated in 0.03325 seconds