I am trying to run the max ent code in java net beans and need to import the gnu.trove package. The one i imported was gnu.trove-2.1. I added the package to the library. But still getting the same errors saying " package gnu.trove does not exist import gnu.trove.''''.
Do i need to add the gnu.trove package under the source package or under the library.Need some help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to run the max ent code in java net beans and need to import the gnu.trove package. The one i imported was gnu.trove-2.1. I added the package to the library. But still getting the same errors saying " package gnu.trove does not exist import gnu.trove.''''.
Do i need to add the gnu.trove package under the source package or under the library.Need some help.
Use the trove jar in the lib directory distributes with opennlp....Tom