Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] no swt-win32-3236 in java.library.path


Hi
 
Since SWT is platform depend it requires the specific libraries of the target platform , in your case it requires the
swt-win32-3236.dll. I suggest this dll is in the path of your machine so you can run it without a problem.
When you deploy your application to other pc you need to deploy it together with this dll and then start your java application like that "java -Djava.library.path=.\lib -jar myapp.jar". In this case the dll have to be in the path .\lib
I hope this would help you.

Roman

 


 
On 7/26/07, Pranay Pramod <pranay.pramod@xxxxxxxxx> wrote:
Hi All,

When i deploy my application that uses SWT, on my machine, it runs fine.

However when i deploy it on some other machine, it gives error :

Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError : no swt-win32-323
6 in java.library.path

Is this some machine-dependent issue?

How shall i address this?
Please guide me on this.
Thanks
Pranay

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top