Tagged Questions
The Java exception thrown when an application tries to load in a class through its string name
11
votes
3answers
4k views
ClassNotFoundException DispatcherServlet when launching Tomcat (Maven dependencies not copied to wtpwebapps)
I've run into this problem a few times and only just stumbled upon a (semi-) reliable solution, so thought I would post it here in case it helps anyone else, or in case I forget it, and also to ask if ...
7
votes
1answer
493 views
Using Eclipse BIRT Report Designer via PHP
I want to use Birt Reports in an php webproject.
Therefore I installed the recommend Java Bridge and the BIRT Runtime
by moving JavaBridgeTemplate621.war and birt.war to my Tomcat.
After that I wrote ...
6
votes
1answer
3k views
Why, Fatal error: Class 'PHPUnit_Framework_TestCase' not found in …?
Why I'm getting this PHP error?
Fatal error: Class 'PHPUnit_Framework_TestCase' not found in ...
6
votes
5answers
2k views
eclipse/tomcat: deploy doesn't work any more (ClassNotFoundException)
I'm running Eclipse Helios Service Release 1, with Tomcat 7.0.12 in Linux Ubuntu Natty Narwhal.
I've been happily hot re-deploying my webapp until it stopped working for apparently no reason. The ...
6
votes
8answers
8k views
java.lang.ClassNotFoundException on working app
I have created and published my first android app. It's very simple. It works fine on simulator and some phones, but I am getting this error:
java.lang.RuntimeException: Unable to instantiate ...
5
votes
2answers
143 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 ...
4
votes
4answers
125 views
Java: How to reproduce Legen…dary ClassNotFoundException in Singleton?
On my last interview I was asked a standard question about all Singleton implementations in java. And how bad they all are.
And I was told that even the static initialization is bad because of the ...
4
votes
1answer
404 views
ClassNotFoundException error reports when upgrading Android app
I've seen quite a few threads about ClassNotFoundException and Android, but I have yet to find what I think is the reason for what I experience.
I have an app - Data counter widget - on Android ...
3
votes
3answers
112 views
Android - start intent issues
Whenewer I want to start new activity, I use this code:
Intent myIntent1 = new Intent(this, Info1.class);
startActivity(myIntent1);
But, what about the case, I am getting class name from String ...
3
votes
1answer
138 views
Mysterious ClassNotFoundException when Android system engage BackupAgent
I have got a few (4) error reports on my app from when the Android system decides to do the backup to Google cloud using the BackupAgent. I am using the SharedPreferencesBackupHelper.
The stack trace ...
3
votes
2answers
5k views
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
I included:
all Spring libs,
Apache Tomcat 7.0 library
in Build Path
but it still gives errors:
SEVERE: Error configuring application listener of class ...
3
votes
1answer
1k views
ClassNotFoundException with URLClassLoader in classes.jar (java.net package)
On Eclipse Galileo, got the following ClassNotFoundException when doing Debug As/Web Application. But works just fine when doing Run As/Web Application.
I was given message that "The source ...
3
votes
1answer
4k views
Ant: Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher
i installed ubuntu 10.10 in my system and installed ant by the following command:
sudo apt-get install ant
now ant is visible in share folder, so i tried to run ant by ant command in terminal it ...
3
votes
3answers
3k views
GWT/ Eclipse: ClassNotFoundException com/google/gwt/dev/Compiler
i recently updated from GWT 2.0.4 to 2.1.0. Since then I cannot compile my GWT application anymore. When I click on the GWT compile button of the GWT eclipse plugin I get the following error:
...
3
votes
1answer
2k views
Android Socket + ObjectOutputStream not working correctly
Hey guys. I am developing a client/server program where the client is an android device.
The server has a listener class that reads an object from the input stream. I created a client software for ...
3
votes
2answers
928 views
Jar works with standalone hadoop, but not on the actual cluster (java.lang.ClassNotFoundException: org.jfree.data.xy.XYDataset)
I am trying to build my project using eclipse on windows and execute on a linux cluster. The project depends on some external jars, which I enclosed using eclipse's "Export->Runnable JAR -> Package ...
3
votes
3answers
4k views
ClassNotFoundException Android
So I ran into a problem today while working on my Android program. I have a class that turns that an XML string into a Java object (third party) and it works fine in as a regular java project but on ...
2
votes
1answer
101 views
Android emulator crash: “Dx bad class file magic” / ClassNotFoundException on startup?
I am developing a game in android and I have an issue. I have the game fully functioning on my other computer so I committed the project to an svn server to use on my new windows 7 64 bit computer. ...
2
votes
3answers
57 views
Classnotfoundexception on adding mapview in my layout
I have seen this thread
ClassNotFoundException Thrown using MapView
but no help for me.
The code im my manifest file is :
<uses-sdk android:minSdkVersion="10" />
<uses-permission ...
2
votes
3answers
228 views
Finding jdbc driver class problem with liquibase, ant
Here is an example of my ant xml file:
<!--A reference to the classpath that contains the database driver, liquibase.jar, and the changelog.xml file-->
<path id="liquibase.classpath.id">
...
2
votes
2answers
460 views
Android/RoboGuice/Maven: ClassNotFoundException in Eclipse, but not from Maven command line
I have a class that handles Guice bindings. It is the very first thing that needs to run, called ApplicationAutoworkout.java.
package com.redsoft.android.autoworkout;
import java.util.List;
import ...
2
votes
1answer
159 views
Android Annotations framework doesn't seem to generate anything
I'm trying to use Android annotations framework because it seems quite powerful. I'm quite stuck to configuring my first project based on it.
I followed every step of the wiki but it doesn't generate ...
2
votes
2answers
294 views
ClassNotFound when running Tomcat in Eclipse
I'm using Eclipse 3.7 (STS) with Tomcat 7 running inside the IDE. I've created a new Dynamic Web project and added a single JSP file to the web content root folder. I can run Tomcat and access the JSP ...
2
votes
2answers
915 views
“Could not find the main class”
I'm trying to run a sample Java application from the command promopt but I'm getting the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: ...
2
votes
1answer
99 views
Java application executing other Java application using Ant on Mac OS X
I´m working on a client-server Java-application that is meant to work on Mac OS X as well as Windows and Linux. The application has several different client modules which should be executed from a ...
2
votes
3answers
1k views
hadoop not running in the multinode cluster
I have a jar file "Tsp.jar" that I made myself. This same jar files executes well in single node cluster setup of hadoop. However when I run it on a cluster comprising 2 machines, a laptop and ...
2
votes
2answers
1k views
java ClassNotFoundException LoggerFactory when setting Quartz up
So I'm using the Quartz jar: quartz-all-2.0.1.jar. From the readme, that jar is supposed to have everything set up. However, when I try to create a SchedulerFactory using
SchedulerFactory sf = new ...
2
votes
2answers
238 views
uncaught exception: java.lang.ClassNotFoundException:
this is a windows server running Apache and Tomcat. I added a new class to an existing package and tried to reference it from a jsp page like this:
jsp:useBean id="promotion" class="MY.NEWCLASS" ...
2
votes
4answers
831 views
java.lang.NoClassDefFoundError when the file is there
I've tried to look around for postings that might help me, cant find any.
I am deploying an ear to JBoss4 server, and I started having this problem since I added a new project.
this new project is ...
2
votes
1answer
693 views
javah not able to find android classes
When calling javah on a .java file in my android project, javah was unable to find the android classes (specifically android.graphics.Bitmap).
here's the terminal output:
thomas@THOMASDESKLINUX:~$ ...
2
votes
1answer
395 views
Problem in implementing Parcelable containing other Parcelable
I'm implementing Parcelable class that has another Parcelable insde.
In OuterParcelable class:
@Override
public void writeToParcel(Parcel dest, int flags) {
Bundle tmp = new Bundle();
...
2
votes
2answers
144 views
Trying to load .class files in Eclipse
For a class we were given a bunch of .class files that we are supposed to use. I have them located in a folder called lib. I think I added the folder correctly to the build path correctly since a ...
2
votes
3answers
4k views
Tomcat Restart automatically Web Application on startup, after error
I've a big trouble on tomcat.
Before explaine, let me tell is the first time I see something like this...
I'm building an application using JPA on Hibernate, Spring 3.0 and Jersey REST Framework.
...
2
votes
2answers
901 views
readobject method throws ClassNotFoundException
I'm trying to pick up Java and wanted to test around with Java's client/server to make the client send a simple object of a self defined class(Message) over to the server. The problem was that I kept ...
1
vote
0answers
38 views
ClassNotFoundException trown when registering Midlet in the PushRegistry
I'm getting an odd error I can't get to the bottom of. When I register the midlet in the Push Registry it throws the ClassNotFoundException. I've used a very standard implementation straight from the ...
1
vote
1answer
130 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 ...
1
vote
2answers
129 views
How to catch java.lang.NoClassDefFoundError?
I made an application which take elf file(*.a and *.o) and give list of methods name, but if someone renames any file into *.a or *.o then it will show:
Exception occurred during event dispatching:
...
1
vote
2answers
83 views
How do you reference classes in an Android library project
I am trying to fork my android app, and came upon a method thanks to my other question here using a library project. It is working fine enough for drawables and String assets. But now I've run into a ...
1
vote
1answer
92 views
Weka ClassNotFoundException
I'm attempting to install Weka, which I have installed into /weka directory. I set the CLASSPATH variable, but that shouldn't matter anyway because I'm using -cp.
I enter this into SSH:
java ...
1
vote
0answers
157 views
ClassNotFoundException: error in opening JAR file …jboss/lib/endorsed/._resolver.jar
When starting my JBoss using bin/run.sh I immediately get this error:
Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file ...
1
vote
2answers
172 views
ClassNotFoundException Thrown using MapView
I am struggling with finding the reason why this code locks up. As far as I know, I am declaring the correct permissions in my manifest file as shown below. I have tried running it on an actual ...
1
vote
1answer
83 views
Java-Web-Start gives NoClassDefFoundError in my application to create docx files
I have an application to create .docx files. It works perfectly fine on my local PC, but gives error on java-web-start:
java.lang.NoClassDefFoundError: org/docx4j/fonts/Mapper
Caused by: ...
1
vote
2answers
76 views
Implementing Strategy pattern with Reflection
I'm trying to implement the strategy pattern using reflection, i.e. instantiate a new Concrete Strategy object using it's class name.
I want to have a configurable file with the class name in it. We ...
1
vote
2answers
104 views
OSGi: how to ensure classpath consistency?
According to the OSGi documentation, OSGi is designed to help prevent ClassPath problems.
For example, from "OSGi in action":
ClassNotFoundExceptions when starting your application because the
...
1
vote
3answers
179 views
ClassNotFoundException when loading applet on some computers
running this applet on some machines wont work but then on some other's it works just fine. in all cases looks like JRE 1.6.0_26 has been installed.
<script type="text/javascript" ...
1
vote
2answers
267 views
ClassNotFoundException during Android test instrument
I've seen many topics dealing with this error but could not found a working solution. So I'll try to describe the problem completely.
I've got a project and a project test. My project manifest :
...
1
vote
6answers
90 views
Java overloaded method in library fails when not run in web server
I am trying to write a small library that can either be used in a standard java app or as part of a servlet.
I have defined a couple of overloaded methods as follows:
// imports etc.
public ...
1
vote
0answers
188 views
java.lang.ClassNotFoundException: javax.servlet.jsp.SkipPageException
When i run the jsp page i am getting the following error.
Web sever : Tomcat 6.0 , using Struts
java.lang.ClassNotFoundException: javax.servlet.jsp.SkipPageException
at ...
1
vote
1answer
92 views
Junit test integrated with Ant Failed with ClassNotFoundException
I have JUnit tests on my project that run correctly with Eclipse.
So, now I try to integrate these tests with an ant task. To make that I make the following ant script :
<path ...
1
vote
1answer
163 views
TopLink Exception
Hi I'm working with TopLink. While starting TomCat server I'm getting the following Exception.
Initializing TopLink SessionFactory from [toplink-sessions.xml]
Destroying singletons in ...