-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error: Could not find or load main class gov.nasa.asteroid.hunter.AsteroidHunterApplication #22
Comments
Actually, this is probably related to errors I'm seeing during the build process. When building
And when building
Maybe I need more configuration than |
FYI I was able to install the project using the Ubuntu installer from the topcoder page, so my problem is just that I can't build or run tests on the project. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Ubuntu 14.04, I installed the
maven
packet and ran theSource Code/build.sh
script, which seemed to download and build many things.Then, when I tried the
Source Code/start.sh
script (after creating a symbolic link from/bin/java/
to/usr/bin/java
), I got the following output:This looks like a classpath issue to me, but I'm not sure how to fix it properly. Please help.
The text was updated successfully, but these errors were encountered: