Results 1 to 1 of 1
- 12-10-2010, 05:46 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 4
- Rep Power
- 0
Need Help to Implement JWebmail in eclipse
I have downloaded Jwebmail source from the above mentioned link. I added it in eclipse as an existing project..and trying to run it as an application.
it gives me following error
java.lang.NoClassDefFoundError: net/wastl/webmail/misc/Helper
Caused by: java.lang.ClassNotFoundException: net.wastl.webmail.misc.Helper
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Exception in thread "main"
net.wastl.webmail.misc.Helper is already there in the source directory. and that too without any errors.
I don't know why it is giving that error..
Similar Threads
-
Need Help to Implement JWebmail
By pintushahk in forum Advanced JavaReplies: 0Last Post: 12-08-2010, 10:14 PM -
how to implement interface
By makpandian in forum New To JavaReplies: 1Last Post: 12-09-2008, 02:39 PM -
How to implement HttpSessionListener in JSP
By Srikanth816 in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 04-16-2008, 09:22 AM -
how to implement progress bar .....
By roshithmca in forum AWT / SwingReplies: 1Last Post: 03-06-2008, 04:18 PM -
How to implement Cut and Paste
By Jamie in forum AWT / SwingReplies: 2Last Post: 05-31-2007, 06:15 PM


LinkBack URL
About LinkBacks

Bookmarks