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
0answers
101 views

classNotFound exception for selenium firefoxdriver

I have a simple java class with "public static void main(String[] args)" Public Static Void main(String args[]) { Webdriver webdriver = new FirefoxDriver(); selenium = new ...
0
votes
1answer
86 views

Class not found exception while calling custom adapter

After fetching the data, my app tries to inflate the data in ListView by calling a custom adapter. While inflating it shows the following error. 02-21 11:14:39.156: E/AndroidRuntime(499): ...
0
votes
0answers
71 views

InflateException in XML file caused by ClassNotFoundException

android.view.InflateException: Binary XML file line #254: Error inflating class com.****.***.SegmentedRadioGroup Caused by: java.lang.ClassNotFoundException: com.***.***.SegmentedRadioGroup This is ...
0
votes
1answer
241 views

Error while starting the tomcat 7 in eclipse

I am getting this error, when i start the tomcat in eclipse, please tell me how to fix it, i tried removing and adding server again and again.. And i am new to tomcat server, Please i need help to ...
0
votes
0answers
21 views

ClassNotFoundException In Deploying

I have developed a simple java application in jdeveloper. i used sql server 2000 to handle data. It works fine in jdeveloper IDE when i run the Apllication. gives no problem in Connection. But when ...
0
votes
1answer
82 views

Deploying JNLP file on a server (NOT a localserver)

Configuring Web Start. I tried to look it up but could not find the answer to my error. java.lang.ClassNotFoundException: Webstart.Main at java.net.URLClassLoader$1.run(Unknown Source) at ...
1
vote
0answers
173 views

Java reflection invoking main method of jar sometimes throws ClassNotFoundException?

I'm invoking another jar file using reflection like this mainMethod.invoke(null, new Object[] { passargs }); (basic stuff). It works for most jar files, but for one I keep getting a ...
1
vote
1answer
67 views

Hibernate with Spring

I am having some problems getting Hibernate and Spring up and running. I have a web server project which makes use of several other projects which have persistent entities in them. The problem I ...
1
vote
0answers
50 views

Utility to know what classes are loaded by classloader in Tomcat

I have a web application that has some jars under plugins directory Eg: tomcat/webapps/sampleApp/WEB-INF/plugins My Tomcat server is throwing ClassNotFoundException for those classes. Please ...
1
vote
2answers
121 views

Java ProcessBuilder Debugger Netbeans

I am having trouble with the deeper layers of the JVM and its debugging functionality. What I am trying to do is start a separate java program using ProcessBuilder and let it communicate with my main ...
0
votes
0answers
80 views

Ant with JUnit task - java.lang.ClassNotFoundException

I've been testing solutions discussed here, but I've not found anything that solved my problem. I generated all .jar files that JUnit needs in its classpath My classpath seems to have all the ...
0
votes
0answers
113 views

Exceptions with java agents (-javaagent:XXXX.jar )

Anybody can provide me with a suggestion/solution to fix this problem? Java Version : JDK 1.6 --UPDATED I am trying to add a jar file into eclipse VM arguments through javaagents: But this seems to ...
0
votes
0answers
129 views

oracle.sql.BLOB cannot be cast to oracle.sql.BLOB

i'm working with oracle database and jboss 7.1 with datasource when i'm trying to load a blob file it shows me this error oracle.sql.BLOB cannot be cast to oracle.sql.BLOB and when i remove the ...
1
vote
0answers
37 views

Fetched from upstream eclipse github: java.lang.ClassNotFoundException

I'm trying to revert to a previous commit. I'm using Juno eclipse and github/egit. Reverting works: I can see my old code. But when I try to run it, I get this: java.lang.NoClassDefFoundError: ...
0
votes
0answers
54 views

ClassNotFoundException when deploying more than 1 app to tomcat

I have an application which by it's own is deployed well and works fine, however - when I deploy another one of the same application (under a different context, directory, etc) suddenly both apps are ...
0
votes
1answer
88 views

GWT RPC ClassNotFoundException while initialize AsyncCallback

this isn't my first RPC try. All others worked well, but I can't figure out, why this doesn't. public void confirmRequest(String requestId, boolean confirmWithDefault, List<String> ...
0
votes
1answer
75 views

GWT upgrading from 2.5RC to 2.5 - NoClassDefFoundError HtmlTemplates?

I just wondered how to fix my project to avoid this error after I moved my project to a new computer from a 2.5RC setup to a 2.5 setup. It was working before. Of course HtmlTemplates may not exist in ...
0
votes
2answers
99 views

ClassNotFoundException in android program

I'm studyng from the book beginning android games opengl es for android. I recreated an application to test some of the book's notions, based on his previous examples: here is the code package ...
0
votes
1answer
126 views

java.lang.ClassNotFoundException when instantiating an inner class

I have a following problem with an innner class. Here's the code: public class PGZUserManagerBean { // joomla login as separate thread private class JoomlaLogin extends ...
0
votes
0answers
92 views

Issue with running a Jar file in Ubuntu

i want to run my Jar file for Java desktop application in Ubuntu. I am running it with the following command java -jar JewelleryJavaFxRev1.jar The application runs but when I login with the ...
0
votes
0answers
94 views

WebAppClassLoader.loadClass cannot find class at runtime

I have built a simple application which exposes the class methods over a REST interface , for this I'm using the javax.tools package. This application runs fine when I run it from eclipse(run on ...
0
votes
0answers
119 views

Spark 2.6.3 build error with JTattoo Theme

So I'm customizing Spark 2.6.3 by removing a few things from the theme. Everything seems to be working fine but I kept getting this error when I run startup.bat 29-Jan-2013 2:13:04 PM ...
0
votes
1answer
1k views

HADOOP :: java.lang.ClassNotFoundException: WordCount

I am using eclipse to export the jar file of a map-reduce program. When i am run the jar using command hadoop jar hadoop-prog.jar WordCount /home/temp/input /home/temp/output it always shows the ...
0
votes
0answers
149 views

Japplet gives Class Not Found Exception

I am trying to make a simple JApplet work using Eclipse Helios, but I am always getting ClassNotFoundException: My Simplest Applet Code: package com; import javax.swing.*; import java.awt.*; ...
1
vote
1answer
292 views

Can't start a libgdx desktop project

I'm developing an Android application with Libgdx. Everything has gone good so far (I've been debugging in the emulator), but I came to a point where I needed to set up a desktop project, so I could ...
0
votes
0answers
160 views

Migration from JBoss 4 to JBoss 7.1.1 with strange ClassNotFoundException - Class-Path failure?

i try to migrate from JBoss 4 to Jboss 7.1.1. But i got this error: 13:38:23,004 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service ...
1
vote
1answer
210 views

Fail to use Java applet in ASP.NET MVC application

It's first time I have to use a Java applet and I'm failing miserably. I was given a java applet that I need to put on ASP.NET MVC page. I also was given a sample WebForm using the same applet. ...
0
votes
1answer
114 views

Cannot get Scala to run

I've tried on two separate occasions to get Scala installed on my MacBook Air and have run into the same problem both times. The first stime I installed scala, I moved all the appropriate files into ...
1
vote
2answers
61 views

Running servlet within Eclipse requires libs to be defined 3 times - am I doing something wrong?

Hullo - issue is this: I wrote a servlet in Eclipse which requires mysql-connector-java-5.1.22-bin.jar To compile I need to add the jar via the project's "Java Build Path" To deploy I need to add ...
1
vote
1answer
141 views

Java Applet errors on Web Hosting site

I am having problems trying to run my applet file when I upload it on my website. It keeps giving me errors, but works perfectly fine on my computer. I am using NetBeans to create my Applets and I ...
1
vote
2answers
36 views

ClassNotFoundException stores own copy of cause

I have Oracle's Java implementation (1.6.0_37) and I'm interested in ClassNotFoundException source code. If you look in it you will see that this class stores it's own copy of cause: private ...
0
votes
3answers
146 views

ClassNotFoundException build through maven

I am using maven to build my project. I wanted to create assembly jar including some of the dependencies, so I wrote my custom assembly descriptor. POM.XML <project ...
0
votes
1answer
89 views

Import Custom DAO Jar Class File Not Found Exception

I developed a DAO war project using Spring JDBC template which has applicationContext.xml in it and export as jar. Then, I had created another jar project which import the DAO jar but it throw below ...
0
votes
1answer
132 views

ClassNotFoundException: BasicDataSourceFactory

I have a JAVA application that runs fine in my local Windows7 environment on Tomcat7. I am trying to put this into production in a Linux environment. Everything is done and is working fine except ...
1
vote
0answers
386 views

Why do I get java.lang.NoClassDefFoundError when I trying to run this code?

I want to map over the characters in a string, but I'm getting runtime errors. Example: object Hello { def hello(c: Char) { print(c) } def main(args: Array[String]) { ...
2
votes
2answers
360 views

Android Activity: ClassNotFoundException

my android app was running fine until I added some classes and edited the manifest file. Now, when I try to run or debug the app on my android emulator with android 2.2, the app crashes and I get a ...
0
votes
1answer
113 views

Junit Error when trying to run unit test

I am getting this error: Class not found com.apache.camel.example.tests.ReportIncidentRoutesTest java.lang.ClassNotFoundException: com.apache.camel.example.tests.ReportIncidentRoutesTest at ...
1
vote
1answer
153 views

How to safely handle missing local classes in JMX remote clients

I have been playing with a programmatic remote JMX client, connecting to a WebSphere Application Server's MBean server. So far so good, I can connect using an appropriate JMXServiceURL and subscribe ...
1
vote
4answers
324 views

Jar file created with Eclipse: Could not find the main class: UI.MainWindow. Program will exit

I have a Java application developed with Eclipse. I have tried to export it as a .jar file, to run it indipendently, but if I try to run it with the command java -jar application.jar I get this ...
0
votes
3answers
774 views

Java Spring MVC Template Project Problems

Brand new project that I just created using the Spring Template for MVC. I try to run on Server and get the following. Any ideas? SEVERE: ContainerBase.addChild: start: ...
2
votes
3answers
198 views

Java Servlet & JDBC Driver Issue

Having a problem loading my driver from a test servlet, the error simply being java.lang.ClassNotFoundException: com.mysql.jdbc.Driver Running the servlet via tomcat - which is running without ...
1
vote
1answer
277 views

How to backport a 6.1.1 jsf portlet to get it running on a 6.1.0 liferay portal?

I'm trying to get an 6.1.1 Portlet running on a 6.1.0 Liferay CE Portal. The JSF Portlet uses the ServiceBuilder and a lot of other Util API classes of Liferay. I thought the best idea would be to ...
0
votes
1answer
228 views

Load an applet with specified older JRE version instead of latest installed

I wish to load my applet with JRE version 1.6.0_14. I have installed updates 14, 17, 24 and 35. I am using <object> tag with classid to load version with update 14. in this case, the applet ...
0
votes
0answers
96 views

Slick StateBasedGame Java applet

I have made a slick StateBasedGame and in a previous post I found that there is a way of making the StateBasedGame into an applet without editing any of my Java code, it is all done in html, I was ...
0
votes
1answer
79 views

Why am I geting a ClassNotFoundException?

Using Ubuntu Here is my code: import java.io.*; import java.net.*; import se.opendataexchange.ethernetip4j.clx.*; class PLCServer { public static void main(String argv[]) throws IOException ...
0
votes
0answers
197 views

shark/spark throws NPE when querying a table

The development part of shark/spark wiki is really brief, so I tried to put together a code in an effort to programmatically query a table. Here it is ... object Test extends App { val master = ...
1
vote
4answers
107 views

Why does this code compile, but with runtime ClassNotFoundException?

I have some code that uses the proprietary sun.*.OperatingSystemMXBean, so I was being careful with it. try { _osBean = (com.sun.management.OperatingSystemMXBean) ...
0
votes
1answer
137 views

ClassNotFoundException when reading object

I'm trying to read a scala object(the type is Seq[(Seq[DenseMatrix[Double]], DenseMatrix[Double])]) from a file, I have the classes in my classpath, but I still get a mysterious ...
2
votes
3answers
2k views

Google Maps Android API v2 ClassNotFound Runtime error

EDIT: For those struggling with this, checkout this link. Follow it carefully, but it does work! The crucial part is using keytool to generate your SHA1 hash against your debug keystore. Also, don't ...
0
votes
1answer
590 views

ClassNotFoundException with ActionbarSherlock SearchView

I currently have version 4.2.0 of ActionbarSherlock implemented in a Android application. And I'm having a issue with the SearchView widget. I currently have the widget implemented like this: import ...

1 2 3 4 5 13