Community
Participate
Working Groups
[step] 1. Install Eclipse and NLPack. 2. In Java Project, select Java file and right click -> Run As -> SWT Application 3. I encounterd following error ------------------------------------------- Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3139 in java.library.path ------------------------------------------- and I see the path "workspace/.metadata/.plugins/org.eclipse.pde.ui/xxxxxxxxx.swt" there are no files. In case Eclipse SDK , It worked. In case Eclipse SDK and NLPack, It didn't worked. I use following files. ------------------------------------------- eclipse-SDK-3.1.1-win32.zip NLpack1-eclipse-SDK-3.1.1a-win32.zip -------------------------------------------
It may be caused by org.eclipse.pde.internal.ui.launcher.SWTLaunchConfiguration #findFragment() method only with Eclipse findFragment() method return "org.eclipse.swt.win32.win32.x86" so jar location is "...plugins/org.eclipse.swt.win32.win32.x86_3.1.1.jar" but with Eclipse + NLPack findFragment() method return "org.eclipse.swt.nl1" (<- maybe not correct) so jar location is "...plugins/org.eclipse.swt.nl1_3.1.0.jar"
In the presence of NL fragments, SWT has > 1 resolved fragments, but the code currently only picks the first one. candidate for 3.1.2
*** Bug 120394 has been marked as a duplicate of this bug. ***
Fixed in the 3.1.2 and 3.2 streams