Hunspell UnsatisfiedLinkError
Posted: Tue Feb 24, 2015 6:20 pm
Hi,
we are using Eclipse Oxygen Author in version 15.2.
If I want to use the hunspell spell checker I get the following error:
I figured out that the jnidispatch.dll is not in the jna.jar file. I have tried to use another jna.jar, which contains the jnidispatch.dll the error do not occur and I can use the spell checker.
Best regards
Denis
we are using Eclipse Oxygen Author in version 15.2.
If I want to use the hunspell spell checker I get the following error:
Code: Select all
6:02:06,374 0 ERROR [ main ] ro.sync.azcheck.ui.spellcontrol.hunspell.d - The hunspell library or dictionary could not be loaded, due to java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/win32-x86/jnidispatch.dll) not found in resource path
java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/win32-x86/jnidispatch.dll) not found in resource path
at com.sun.jna.Native.loadNativeLibraryFromJar(Unknown Source)
at com.sun.jna.Native.loadNativeLibrary(Unknown Source)
at com.sun.jna.Native.<clinit>(Unknown Source)
at ro.sync.azcheck.ui.spellcontrol.hunspell.c.<init>(Unknown Source)
at ro.sync.azcheck.ui.spellcontrol.hunspell.c.e(Unknown Source)
at ro.sync.azcheck.ui.spellcontrol.hunspell.d$_c.<init>(Unknown Source)
at ro.sync.azcheck.ui.spellcontrol.hunspell.d.eb(Unknown Source)
at ro.sync.azcheck.ui.spellcontrol.f.p(Unknown Source)
at ro.sync.azcheck.ui.n.w(Unknown Source)
at ro.sync.azcheck.ui.n.o(Unknown Source)
at ro.sync.azcheck.ui.n.qb(Unknown Source)
at ro.sync.azcheck.ui.n.ib(Unknown Source)
at ro.sync.azcheck.ui.n.m(Unknown Source)
at ro.sync.azcheck.ui.m.<init>(Unknown Source)
at com.oxygenxml.b.b.f.<init>(Unknown Source)
at com.oxygenxml.editor.editors.OxygenBaseEditor.createPartControl(Unknown Source)
at com.oxygenxml.editor.editors.e.e.createPartControl(Unknown Source)
Best regards
Denis