-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoClassDefFoundError: gnu/trove/map/TObjectIntMap #49
Comments
Hi Jiang, Your Java classpath does not include the GNU Trove library, so the Thanks, On Tue, Apr 1, 2014 at 8:47 PM, jiangfeng [email protected] wrote:
|
Thanks a lot David! Not so familiar with maven :-) |
In my case (OSX) running "mvn package" builds sspace-2.0.4.jar without any dependencies. Running "mvn assembly:single" builds sspace-2.0.4-jar-with-dependencies.jar which contains gnu.trove classes but not sspace classes. sspace-2.0.4.jar contains these packages:
sspace-2.0.4-jar-with-dependencies.jar contains only one package:
Also for those who have build issues related to SVD library:
|
Dear developers,
I passed the "mvn compile" and "mvn test" step. But I met the following problems while running:
java -cp target/classes edu.ucla.sspace.mains.VsmMain -d data/test.txt data/ -o text
How could I solve it?
The text was updated successfully, but these errors were encountered: