Results 1 to 1 of 1
Thread: Multi platform plugin
- 11-29-2010, 04:26 AM #1
Member
- Join Date
- Nov 2010
- Posts
- 1
- Rep Power
- 0
Multi platform plugin
Hello everyone,
I have a problem that can't solve (in the "good" way).
I'm making a plugin for ImageJ that uses OpenGL (JOGL2.0); so, to make the plugin runnable in at least win and linux, I have to find a way to change the lib path to the native libs of JOGL (which would be placed in any directory with the plugin *.class and the other *.jar needed).
I've read that it cannot be done dynamically, and the target is "for everyone" so i dont want to change the path in the command console when i have to run ImageJ.
Do you know a way to do this in Eclipse? I mean, somehow arrange all the libs and path needed to solve this?
If not, the only way that convince me is to make a setup that copy paste the libs to the actual "java.library.path" each time it's executed.
Thanks for your time!
Similar Threads
-
Axiomatic Multi-Platform C 1.6.7
By JavaBean in forum Java SoftwareReplies: 0Last Post: 08-10-2007, 05:46 PM -
Axiomatic Multi-Platform C 1.6.6
By levent in forum Java SoftwareReplies: 0Last Post: 07-26-2007, 09:01 PM -
Axiomatic Multi-Platform C 1.6.5
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-11-2007, 04:19 PM -
Axiomatic Multi-Platform C 1.6.4 (Mac OS X)
By JavaBean in forum Java SoftwareReplies: 0Last Post: 06-22-2007, 06:59 PM -
Axiomatic Multi-Platform C 1.6.4
By JavaBean in forum Java SoftwareReplies: 0Last Post: 06-22-2007, 12:49 AM
Bookmarks