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

1
vote
2answers
305 views

EAR lib's class throwing a ClassNotFoundException for a WAR member

I packaged an EAR (myear.ear) file and deployed it in JBoss EAP 6 (that is, JBoss 7 :)). It looks like this: lib/ my-common.jar (Custom library containing common classes used by both the WAR and ...
1
vote
0answers
1k views

java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener

I am working on learning Java, Spring MVC and Eclipse. I am working through a book right now and trying to get the first Spring MVC example to run. When I run it from Eclipse, I get this error: ...
0
votes
0answers
769 views

java.lang.ClassNotFoundException: org.hibernate.cfg.Configuration

I am trying Spring Transaction Management I can build successfully with maven buthave the following error. Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error ...
0
votes
1answer
63 views

classNotFoundException for testing a class in a different package of the same name

All of my test classes were working perfectly fine, then all of a sudden the following error happened. I would appreciate any help. Thanks!
0
votes
0answers
131 views

ClassNotFoundException: org.apache.security.juice.provider.JuiCEProviderOpenSSL

Is there any jar for this exception? I was searching and I found a comment saying "Dont worry about that error :S" and I don't think is a good idea
1
vote
0answers
578 views

java.lang.NoClassDefFoundError, but I sucessfully created instance of this class

I'm trying to write launcher for one "game" that using LWJGL and I needed to load its classes from other JARs. So I did the following: // ... // The files that i must load. String[] files = new ...
0
votes
1answer
305 views

sending Java Serializable Object to Byte Array to webservice java.lang.classnotfoundexception

I have a custom object that implements serializable, defined in the client project and in the webservice project. I want to pass that object as byte array through soap message, but when i try to do ...
0
votes
0answers
120 views

tomcat in eclipse - intermittent ClassNotFound on servlet listener classes

I can compile and run a servlet in tomcat in eclipse on one day. And then stop eclipse close down machine etc, go home. The next day when I re-start eclipse and publish and start tomcat then I get ...
0
votes
0answers
72 views

Using a Library causes ClassNotFoundException

I took a fully working application and copied it and made it a library (Properties -> Android, Is Library). I also renamed this project to keep track of it separately - com.mylib. I then took the ...
0
votes
2answers
414 views

ClassNotFoundException when use java client of hive + hbase integration

I have a hive+hbase integration cluster. When I try to execute query through the java client of hive, sometimes a ClassNotFoundException happens. My java code : final Connection conn = ...
0
votes
0answers
339 views

dvmFindClassByName rejecting res/drawable-mdpi/ic_voice_search.png

I posted the following issue on the github page of ActionBarSherlock (https://github.com/JakeWharton/ActionBarSherlock/issues/683), but I thought I'd ask the wider world. On a Galaxy Tab 750 ...
0
votes
1answer
83 views

java.lang.NoClassDefFoundError: com/sun/faces/context/RequestParameterValuesMap

I have developed a JSF 2.0/Primefaces 3.2 web application running on an amazon cloud instance. I have been having recently lot of "NoClassDefFoundError" and don't know where to start digging. I ...
2
votes
1answer
123 views

Error when load JAR file classes at run time

I am trying to add JAR file to class path and load all classes from JAR file at run time. here is the code I wrote for this task (This class extends URLClassLoader) public void loadJar(final String ...
2
votes
2answers
204 views

Android - Missing Application Subclass

I'm slightly confused, and more than a bit annoyed at an issue I've been having with Eclipse , ADT, and Google Play. I'm running OS X 10.8.2, Eclipse 4.2.1, and ADT 20.0.3. Following is the workflow ...
-1
votes
1answer
226 views

Getting classnotfound exception error while deserializing the object

I am getting below error while deSerializing and object. 13:47:00,679 INFO [stdout] (org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1) 2012-10-26 13:47:00,679 () DEBUG ...
0
votes
1answer
71 views

class not found exception for application subclass on PC does not work - on MAC is OK

I am trying to bring an Android project from Eclipse Mac to a PC. While everything now finally compiles - I get a "class not found error" for the application subclass. This is what I mean with ...
0
votes
1answer
180 views

ClassNotFoundException - connectiong to MSSQL Database

I want to connect my android application to my MSSQL Database. Unfortunately, there is a problem :/ 10-25 19:17:00.536: W/System.err(18961): java.lang.ClassNotFoundException: ...
0
votes
1answer
197 views

ClassNotFoundException at Spring Bean Injection

I have a Spring beans.xml that specifies a certain class my.package.Class to be injected somewhere in my code by Autowiring. The program is actually a web application inside a Tomcat container. Now ...
0
votes
1answer
329 views

Integration of barcode scanner ZXing in Android Error

I've learned from this website : http://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-scanner-into-your-android-app-natively-using-eclipse/ I've got two little problems with ...
1
vote
2answers
293 views

unable to insantiate receiver classnotfoundexception

I'm new to programming for android and am a bit annoyed by an unexpected error that comes up. I'm trying to make a widget that has two buttons and started from a tutorial. I had a few bumps in the ...
1
vote
0answers
80 views

Android: Published App crashes with ClassNotFoundException

I have just published my first app today but for some reason when I use the published version I keep getting a ClassNotFoundException error when it starts up. It works fine when I test it in debug ...
3
votes
4answers
636 views

Java RMI - ClassNotFound exception

I'm creating a Java RMI program, but I'm getting a ClassNotFoundException. Could you guys help me figure it out? I'm using Eclipse. Somebody suggested me it was a codebase problem, but how does this ...
0
votes
1answer
875 views

ClassNotFound exception during deploy

I am in trouble! I am trying to deploy my app on JBoss AS 7.1.1.Final by IntelliJ IDEA 11 and during deploy I have this exception : 12:23:42,566 ERROR [org.jboss.msc.service.fail] (MSC service ...
0
votes
0answers
85 views

ClassNotFoundException for SaltGenerator class of jasypt

I am using jasypt1.5 in my project and getting class not found exception for SaltGenerator class. Jasypt's jar file is on classpath as in case I remove salt generator part from my code, everything ...
0
votes
0answers
213 views

custom android.jar application runtime failure - Verifier rejected class

I hope someone can help me. I followed the (very good) instructions in "Using internal (com.android.internal) and hidden (@hide) APIs - ...
1
vote
1answer
475 views

Inject Application scoped CDI bean into stateless EJB bean

First I will describe what I am trying to accomplish here. I have a Java application that periodically reads data and calls stateless EJB on JBoss AS 7.1.1 for further operations (computing data and ...
2
votes
1answer
232 views

App won't lauch on Nook, ClassNotFoundException

I've submitted an app to the Nook developers portal. It runs fine on my rooted nook color and on all the different emulators plus thousands of devices on the play store. The problem is that when I ...
0
votes
0answers
206 views

Java applet can't find class

so I'm having issues with java applets. I have a class, TestUser.class in my HTML directory. I try to load the class on the HTML page tho, and it says ClassNotFoundException... Here is the html code: ...
0
votes
0answers
211 views

commons-digester fails to load my class when deploying in glassfish 3.1.2

I recently faced the below issue: 1) My application is an enterprise application. It is built on JAVA 1.5. Deployed in glassfish 2.1 and it is working fine. Now we find it necessary to migrate from ...
0
votes
1answer
296 views

java.lang.ClassNotFoundException: junit.framework.TestCase?

In my Lifeary custom portlet i have included one java class in which my custome logic for uploading the media on cloud server is resides. that java class if i put in one java project then if i run ...
0
votes
2answers
251 views

ClassNotFoundException DelegatingFilterProxy

I'm trying to perform some custom authentication using Spring security. I've read a few things about it: http://stackoverflow.com/a/4074532/759452 http://stackoverflow.com/a/2701722/759452 ...
1
vote
1answer
293 views

NoClassDefFoundError: Unable to run Tycho-built Eclipse RCP application under Linux/Mac OS

I'm developing a cross-platform RCP application in Win 7 (64bit), Indigo/Java 1.6, building the product with Tycho. While the application runs fine from the Run Configuration within eclipse, and the ...
0
votes
1answer
136 views

Oracle MDK sample app shows error and crashes when run in Eclipse

I am new to Oracle database mobile server. In followed the official tutorial and documentation from here & here . I downloaded the Oracle Mobile server from here. Following the tutorial , I ...
1
vote
1answer
200 views

Grails ClassNotFoundException com.google.common.collect.Maps

I need some help, I am trying to make an controller using Google Analytics API, but using: statsController.groovy /**************************************************************/ import ...
3
votes
2answers
806 views

Java ClassNotFoundException with maven dependency

I am getting ClassNotFoundException and NoClassDefFoundError exceptions when I attempt to run my application using a maven defined dependency. I added my maven dependency for the jar in question to ...
3
votes
2answers
4k views

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

I have a problem that I'm dealing with since three days and I have tried to read different answers but it didn't help. Can someone help me too!! I write Ancdroid app as client to a restful web ...
2
votes
2answers
2k views

Error in Eclipse-Tomcat Setup - ClassNotFoundException “1catalina.org.apache.juli.FileHandler”

Setup: Eclipse Juno R, Tomcat 7.0.8, tomcat run through eclipse plug in. Tomcat launch configuration from eclipse has VM argument ...
0
votes
1answer
209 views

loading class at runtime in java ClassNotFoundException

I am having problems calling classes at run time in java Im basically making a plugin framework it starts off by opening plugin/Plugins.cfg and parses the test into a map.. EX text in cfg file 1 = ...
0
votes
1answer
234 views

class not found add jar via eclipse

When I was working with java spring hibernate struts2 eclipse project. I used buildpath-> addjar option to add jars from a folder inside the workspace. Even if the class is available it shows class ...
1
vote
1answer
1k views

Symfony2 - Class not found in prod environment

i am creating new project in Symfony 2.1 . I wanted to check if my application will go correctly on my server, so I copied all files, cleared cache and set permissions. locally in dev environment ...
1
vote
0answers
225 views

Android ClassNotFoundException on published app

I have an application thats been published awhile on Google play, I have been fixing reported bugs as they come in but recently this log below came in and I don't know what to make of it: ...
1
vote
1answer
192 views

Using a custom library with Eclipse is throwing a ClassNotFoundException

I am starting web development with JSP, and I have been working on my application or a while. I have a custom logging class, which is in my personal library. I don't want to export the library to a ...
0
votes
2answers
258 views

JAVA - Classloader can't find Applet main class

I won't put all source code because it's really huge but I will try to explain my problem the best I can do. I have an applet com.dmp.applet.DMPApplet, It's the main applet class and this one should ...
0
votes
1answer
196 views

java.lang.NoClassDefFoundError: java/util/Objects

I keep having this error message from glassfish. I am doing a chat on netbeans. I tried google and most of the solutions are setting the class path. but it doesn't solve my problem :( my friend ...
2
votes
1answer
172 views

Pig-Scala UDF exception- ScalaObject not found

I have a scala .class file that I convert to a jar and try to register to a pig script. It is able to find that class now BUT it throws a ClassNotFoundException for scala.ScalaObject. I notice that ...
0
votes
2answers
195 views

Solving NoClassDefFoundError while building with Maven

While running tests with Maven I have encountered a NoClassDefFoundError, caused by ClassNotFoundException. The class which was not found definitely exists in my local repository. The problematic ...
1
vote
1answer
2k views

IntelliJ and android.support.v7.widget.GridLayout

I am running into trouble either setting up the support v7 GridLayout library in my IntelliJ project, or properly referencing it in my code. I currently use the ActionBarSherlock and Facebook ...
0
votes
1answer
4k views

java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver : Am I loading the right driver?

When I run the following snippet to connect to datasource to get the data out through queries : try { String driver = "com.microsoft.jdbc.sqlserver.SQLServerDriver"; ...
0
votes
2answers
557 views

Applet embed tag is returning ClassNotFoundException

I have an applet jar file cia.jar and the class in it main.class and I have my class in the package com.gmail.connorbphtml.WebApp. I am trying to embed my applet into a webpage. When I am trying to ...
0
votes
1answer
104 views

Class.forName inside TestNG always fails [closed]

There is a very big project with a lot of TestNG tests. All TestNG settings is determinated programmatically in additional class from the same project as TestNG tests. When inside this class I use ...

1 3 4 5 6 7 13