Hi David,

Yes, SWT uses native dlls. And my problem is solved by using Bundle-NativeCode.

Thanks,
-Vidya
________________________________
From: [email protected] [mailto:[email protected]] 
On Behalf Of David Conde
Sent: Thursday, August 27, 2009 2:30 PM
To: 'Equinox development mailing list'
Subject: RE: [equinox-dev] Update/uninstall SWT application in Equinox gives 
UnsatisfiedLinkError

Hi,

I do not know if SWT uses native libraries, if it uses then you should  include 
them in Manifest.MF with the Bundle-NativeCode: header, you can also try to fix 
the java.library.path in the command line with your native library path, when 
you launch Equinox.

I got a similar Exception because I could not load a native library in Ubuntu.


Regards

David

De: [email protected] [mailto:[email protected]] En 
nombre de Vidya Vadke
Enviado el: jueves, 27 de agosto de 2009 10:50
Para: [email protected]
Asunto: [equinox-dev] Update/uninstall SWT application in Equinox gives 
UnsatisfiedLinkError


Hi,
I am trying to run an SWT application in OSGi environment. Install/start bundle 
works fine. But when I update the bundle or try to uninstall-install and start 
again, I get java.lang.UnsatisfiedLinkError - no swt-win32-3550 in 
java.library.path.
I have tried putting swt.jar in classpath, extracting swt.jar and putting swt 
related dlls in windows path, also in jre/bin directory. Still 
uninstall-install works for the first time. If is try the same once more, it 
again gives the same error.
Any help towards solving this problem would be appreciated.

Regards,
-Vidya


DISCLAIMER ========== This e-mail may contain privileged and confidential 
information which is the property of Persistent Systems Ltd. It is intended 
only for the use of the individual or entity to which it is addressed. If you 
are not the intended recipient, you are not authorized to read, retain, copy, 
print, distribute or use this message. If you have received this communication 
in error, please notify the sender and delete all copies of this message. 
Persistent Systems Ltd. does not accept any liability for virus infected mails.

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.
_______________________________________________
equinox-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Reply via email to