Skip to content
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 #52

Open
figazin opened this issue May 12, 2014 · 3 comments
Open

NoClassDefFoundError #52

figazin opened this issue May 12, 2014 · 3 comments

Comments

@figazin
Copy link

figazin commented May 12, 2014

Hi! I'm trying to get this app running and I keep getting this error while trying to import it on GGTS

Fatal error during compilation java.lang.NoClassDefFoundError: com/icegreen/greenmail/util/GreenMail

Any Ideas?

@kenliu
Copy link
Contributor

kenliu commented May 12, 2014

That would be the GreenMail plugin used for simulating outbound email delivery.

@figazin
Copy link
Author

figazin commented May 12, 2014

Sorry,

Any Ideas on how to fix it? :) I actually don't know what the project is about and I'd like to use it as a way of learning a little grails since I'm fairly new with this. I'd like to see it up an running so I can understand some of the code

@gauravchauhan
Copy link

@figazin : I faced the same error which is show below :

Note: Recompile with -Xlint:unchecked for details.
| Compiling 551 source files.
| Error Fatal error during compilation java.lang.NoClassDefFoundError: com/icegreen/greenmail/util/GreenMail (Use --stacktrace to see the full trace)
| Compiling 10 source files

But "grails clean; grails run-app" fixed it for me. Did you try that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants