Hi! Did you ever found a solution to this problem? I would be pleased if you let me know!
/Andreas Roman Kalukiewicz wrote: > > Hi! > I would like to achieve 2 things: > 1. Maven will be able to download native dependency into local repository > (this is easy, and probably works now), but > 2. Location of native dependency will be added to LD_LIBRARY_PATH env > variable, so JVM can locate libswt-gtk-3063.so file. Another problem is, > that > file has to have exactly such name, as this name is hardcoded in sources. > > There is third problem witch luckily doesn't harm SWT case: Changing > versions > of native library are accessed by java code by constant library name. This > means, that native library should have the same name in repository > regardless > of version OR have to be copied somewhere, and renamed when tests are > started. > -- View this message in context: http://www.nabble.com/Native-libraries-handling-%28SWT%29-tp7424790p21437029.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
