Results 1 to 1 of 1
- 09-23-2010, 04:25 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 2
- Rep Power
- 0
NoClassDefFoundError: Can't find the class in Eclipse
Hi all,
I've just posted this in the Java forum and was refered to the Eclipse forum 'cause it might be more a Eclipse problem than a Java problem. I'll just post the original post:
I’m working on a project where we use a framework called JCAF which is a jar file that we import into eclipse and then add it to the build path but a problem arises when I try to run the application (in Eclipse) however it is only with me the problem occur and not my teammember.
It should say that we use CVS so everything is exactly identical on both computers / eclipse. Furthermore are we both using Windows 7 Pro 64-bit operating system.
The error is a bit complex to explain, so please ask if I need to clarify something.
In a packet called “assignment.main” we’ve got a java file called “DisplayListener.java” where our main method is located.
When I try to run the main, I get following error:
The problem is, i think, that it should find the main class, because the Abstract class we use is located in the JCAF jar file (with path:Java Code:Could not find the main class: assignment.main.DisplayListener. Program will exit
) and which is imported. At the very top of my DisplayListener.java, I’ve importedJava Code:dk/pervasive/jcaf/EntityListener
which it imports without any problems.Java Code:dk.pervasive.jcaf.EntityListener;
In my Eclipse Console window I get this error:
I’m not sure if it is the problem or it is located another place but I have a strong assumption that it is the JCAF framework and the jar file because the code otherwise is identical to my teammembers which, as said, works fine.Java Code:java.lang.NoClassDefFoundError: dk/pervasive/jcaf/EntityListener
Does anyone knows what or how to solve the problem? I’ve tried to find the error with no luck.
Sincere
- Mestika
Similar Threads
-
NoClassDefFoundError: Can't find the class
By Mestika in forum New To JavaReplies: 1Last Post: 09-23-2010, 03:17 PM -
java.lang.NoClassDefFoundError Using eclipse
By newnewgen in forum EclipseReplies: 0Last Post: 05-25-2010, 06:29 AM -
how to fix java.lang.NoClassDefFoundError in eclipse
By hottea in forum EclipseReplies: 8Last Post: 08-07-2009, 11:47 AM -
Using Eclipse IDE:java.lang.NoClassDefFoundError: main
By Ms.Ranjan in forum New To JavaReplies: 6Last Post: 12-12-2008, 10:17 PM -
java.lang.NoClassDefFoundError in Eclipse at runtime
By debu37 in forum New To JavaReplies: 5Last Post: 09-03-2008, 05:29 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks