Page 1 of 1

hunspell library/dictionary could not be loaded

Posted: Tue Jan 17, 2012 11:38 pm
by daveth
Running on a Solaris 10 sparc box using java 1.6.

When I start the editor with the command fullpath/oxygenDeveloper.sh testfile.xml, I get the following in the command window.

15:26:55,211 3255492 ERROR [ AWT-EventQueue-0 ] ro.sync.azcheck.ui.spellcontrol.hunspell.d - The hunspell library or dictionary could not be loaded, due to java.lang.UnsupportedOperationException: Unknown OS/arch: sunos/sparc
java.lang.UnsupportedOperationException: Unknown OS/arch: sunos/sparc
at ro.sync.azcheck.ui.spellcontrol.hunspell.c.i(Unknown Source)
at ro.sync.azcheck.ui.spellcontrol.hunspell.c.j(Unknown Source)
...etc...

Looks like the gui still comes up fine and is usable, but from this error, it looks like the spell checker is unavailable. Any ideas how I can get it to load? I have verified that the dictionary files are in the appropriate subdirectory. Does it just not support Solaris/Sparc architecture?

Any help is appreciated.
tia

Re: hunspell library/dictionary could not be loaded

Posted: Wed Jan 18, 2012 5:55 pm
by adrian
Hello,

Unfortunately Oxygen does not provide Solaris binaries for the Hunspell native spell checker. However, a Java spell checker is still available.
Go to Options > Preferences, Editor > Spell Check and make sure the Spell checking engine is set to Java spell checker.

Regards,
Adrian

Re: hunspell library/dictionary could not be loaded

Posted: Thu Jan 19, 2012 8:00 pm
by daveth
Wonderful, that worked great.

Thank you!!