Purexo-GoogleExportation / hunspell4eclipse

Automatically exported from code.google.com/p/hunspell4eclipse
0 stars 3 forks source link

Launching from Eclipse PDE #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using Eclipse SDK Version: 3.6.1, Build id: M20100909-800
2. Checked out source from google code and then imported existing project
3. Went to com.lorands.hunsspell4eclipse/plugin.xml and clicked on 'Launch an 
Eclipse application in Debug mode'

What is the expected output? What do you see instead?
Was able to set Spelling preference to HunSpell4Eclipse but plug-in was unable 
to load class com.lorands.hunspell4eclipse.HunspellPreferences

What version of the product are you using? On what operating system?
Windows 7 x64, Eclipse SDK Version: 3.6.1, Build id: M20100909-800, checked out 
HEAD of hunspell4eclipse

Please provide any additional information below.
See TEMP.txt for Console trace

Original issue reported on code.google.com by financeC...@gmail.com on 5 Jun 2011 at 6:28

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Your issue is caused by the fact that the architecture of your PC  ( Windows 7 
+ amd64 ) is not supported

See in the console trace :
==> Caused by: java.lang.UnsupportedOperationException: Unknown OS/arch: 
[Windows 7] [amd64]

See the libs available in the project folder :  
com.lorands.hunspell4eclipse.hunspelljna/native-lib

See the method "libNameBare()" of the class "com.stibocatalog.hunspell.Hunspell"
Like now we use the version 3.2.7 of the JNA library, the case "Windows" + 
"64bits" could be added  ?

Note: to have more informations in the Console trace you must define the system 
property "hunspell.log.on" in your running configuration for explicitly 
activate the Hunspell logging tool.

Original comment by gattazol...@gmail.com on 6 Jun 2011 at 2:08

GoogleCodeExporter commented 9 years ago
I asked Flemming if the library was available : He told me that he doesn't do 
whole lot of work on windows ! ...

So if you have time, it would be great if you compile the needed library for 
your platform.

If you deliver me the library "hunspell-win-x86-64.dll", I will embed it in the 
"hunspelljna" plug-in.

To get all the sources you need, download the archive file 
"http://dren.dk/dl/hunspell-1.1.12-2-java-13.tar.gz" from the Flemming web site 
: http://dren.dk/hunspell.html

Original comment by gattazol...@gmail.com on 7 Jun 2011 at 7:32