hunspell library/dictionary could not be loaded

Oxygen general issues.
daveth
Posts: 2
Joined: Tue Jan 17, 2012 11:20 pm

hunspell library/dictionary could not be loaded

Post 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
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: hunspell library/dictionary could not be loaded

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
daveth
Posts: 2
Joined: Tue Jan 17, 2012 11:20 pm

Re: hunspell library/dictionary could not be loaded

Post by daveth »

Wonderful, that worked great.

Thank you!!
Post Reply