Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JELLY-160 Here is an overview of the issue: --------------------------------------------------------------------- Key: JELLY-160 Summary: win32 is hard coded in project.xml and native library are not stored in ibiblio and not managed in project.xml Type: Bug Status: Unassigned Priority: Critical Project: jelly Components: taglib.swt Assignee: Reporter: Andre Legendre Created: Sun, 17 Oct 2004 2:48 PM Updated: Sun, 17 Oct 2004 2:48 PM Environment: All environement, but can sometime works on win32 if local native dll release is the same that used by jellySwt team Description: If you want to run jellySwt demo on a machine which is not win32 you get : no swt-win32-2128 in java.library.path If you modify project.xml to manage your arch. For example in Linux if I replace : <version>win32-2.1.0</version> by <version>linux-gtk-3.0m7</version> and I add <dependency> <groupId>swt</groupId> <artifactId>swt-linux-gtk-pi</artifactId> <version>3.0m7</version> </dependency> Good jars are downloaded. But I get now [java] Caused by: java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3034 in java.library.path Because natives library are not stored in ibiblio, so my local natives are used and it failed if they are at the good release level The should be stored, downloaded and the path should be added to LD_LIBRARY path or equivalent Andre Legendre --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
