The Java exception thrown when an application tries to load a class by name but is not able to find the class.

learn more… | top users | synonyms

0
votes
1answer
21 views

andEngine Unable to instantiate service java.lang.ClassNotFoundException

I've been getting my feet wet with andengine for creating a live wallpaper, overall I'm rather new with Android. I've been comparing different examples (it's difficult to find anything useful) and ...
0
votes
0answers
13 views

Deploying war file on linux tomcat with spring

I've got .war file that works fine in windows tomcat 7.0.40. But on Linux I get following: java.lang.NoClassDefFoundError: org/springframework/orm/jpa/EntityManagerFactoryUtils and my spring app ...
14
votes
3answers
2k views

How to use clojure doc function?

I'm just starting with Clojure and can't access to the doc function. I'm using clojure 1.3 with emacs24 and swank-clojure. user> *clojure-version* {:major 1, :minor 3, :incremental 0, :qualifier ...
13
votes
11answers
15k views

ClassNotFoundException when starting tomcat

I'm trying to make a Webservice REST. After some hours to find how can i solve the problem... My project looks like : The traceback is : 8 déc. 2011 18:31:36 ...
0
votes
0answers
11 views

JADE and JDBC MySQL connection giving classnotfound exception

protected void setup() { System.out.println("Hello Buyer Agent "+getAID().getName()+" is now ready...."); String url = "jdbc:mysql://localhost/"; String dbName = "testdb"; String ...
5
votes
5answers
7k views

ClassNotFoundException when running JUnit unit tests within Eclipse (using Maven)

I have just upgraded my SpringSource Tools Suite (STS, a variant IDE of Eclipse) to the latest version (v3.6.1). Then all my JUnit unit tests can not be run again. I am getting this error: Class not ...
1
vote
2answers
15 views

Mapper class not found

Sometimes my MR job complains that MyMapper class in not found. And that i have to give job.setJarByClass(MyMapper.class); to tell it to load it from my jar file. ...
0
votes
1answer
54 views

Hadoop Job fails on java.lang.ClassNotFoundException

I have searched for solutions to this problem to no avail. I have three scala classes: MaxTemperatureMapper, MaxTemperatureReducer, and MaxTemperatureDriver (See implementation below). Some people in ...
1
vote
1answer
72 views

Why is my Derby database ping failing with a ClassNotFoundException?

I have started my Derby database server successfully with ./asadmin start-database, but when I clicked on a database to connect, it couldn't. When I pinged it, it failed. Has anyone experienced this ...
2
votes
4answers
1k views

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo/ ClassNotFoundException

I'm develop android application and than i wanna additional new Activity i had error on my logcat My LogCat: 04-19 12:59:17.654: D/AndroidRuntime(18135): Shutting down VM 04-19 12:59:17.654: ...
-1
votes
1answer
23 views

Class not found with Struts2 and Netbeans

I'm using Netbeans 7.1, and i try to include Struts2.3.14.3 in my J2EE project. I tried to : put the .jars in the WEB-INF/lib path link the .jars in the libraries "folder" of the project in ...
0
votes
0answers
13 views

java.lang.ClassNotFoundException when launching from eclipe?

public static List getRuleObjects(String jarPath) { List<ILiveRule> ruleList = new ArrayList<ILiveRule>(); File file = new File(jarPath); URLClassLoader clazzLoader = null; ...
0
votes
0answers
11 views

Jira java.lang.NoClassDefFoundError for AbstractJiraContextProvider

We are developing a custom jira plugin which has dependency to jira-tempo plugin. We had dependency problem with jira tempo and overcame with creating our custom plugin as obr. Now we have an error ...
0
votes
1answer
19 views

SBT Task Chicken and the Egg: Reflection and Scala 2.10

Have an application split into sub projects in my Build.scala. I need to run a Task on Compile against a set of sub project classes; since I have no way to statically import sub project classes ...
0
votes
1answer
35 views

Java reflection: How can I load a class from another project without adding that project or JAR to my classpath?

Here's my situation: I have a class in project A. I want to load this class in a method in project B without adding project A (or a JAR containing the class) to my project B classpath (I personally ...

1 2 3 4 5 43
15 30 50 per page