Re: Using Aspell with Java
Kevin Atkinson <[email protected]> Thu, 20 Jan 2011 09:59:57 -0700 (MST)
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 20 Jan 2011, Madhusudhan M. Reddy wrote: > Hello, > Could any one please let me know the best way to integrate Aspell > into a Java/J2EE based application. I don't think there are any Java libraries for interfacing with Aspell, there is a very old library I found at http://jaspell.sourceforge.net/javadocs/pt/tumba/spell/Aspell.html. You probably will need to interface with Aspell directly using the C API. Sorry I am really not familiar with the best way to interface with C via Java. A google search on the on "interfacing java C" points to the Java Native Interface as the way to go; however, in all likely hood you probably know more about Java than I do. Sorry, I couldn't be more helpful. Aspell Maintainer.