CLASS NOT FOUND EXCEPTION

CLASS NOT FOUND EXCEPTION

I AM USING INTERNET EXPLORER VERSION 6.00 AND I WANT TO UPLOAD MY INCOME TAX RETURN ONLINE BY DIGITAL SIGN BUT WHEN I LOGIN IN SITE AND UPDATE DIGITAL CERTIFICATE THE ERROR SHAWN IS BELOW

CLASS NOT FOUND EXCEPTION AND THE BOX IS DISPLAYED AND I CLICK ON DETAILS BUTTON THE MESSAGE SHAWN BELOW

Java Plug-in 10.5.1.255
Using JRE version 1.7.0_05-b05 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Administrator
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

SO I DONT UPLOAD MY DIGITAL SIGN CERTIFICATE IN INCOME TAX SITE. SO KINDLY HELP ME TO SOLVED THE PROBLEM.

View Answers

July 24, 2012 at 3:07 PM

I encountered the same problem. I tried the following to fix this issue.

  1. Open Windows Control Panel.

  2. Uninstall ALL JAVA related items

  3. RESTART your PC

  4. Point your IE browser to http://www.oracle.com/technetwork/java/javase/downloads/jre-6u31-download-1501637.html

  5. Select "Accept License Agreement"

  6. Download jre-6u31-windows-i586.exe, install it, restart your browser and then try again.

Please confirm here that it WORKED.


July 24, 2012 at 3:10 PM

Are you getting ClassNotFoundException - StoreUSBCertApplet ? Please try the above steps to resolve it in few mins...


September 1, 2012 at 11:43 AM

Thanks friends.I have also same problem, now problem solved.Once again thanks .....


June 11, 2021 at 8:48 AM

Hi,

The ClassNotFoundException is runtime exception in Java and it occurs when JVM tried to load a class but it is not able to find it in the classpath.

When JVM tries to load a class from the specified libraries and it is not able to find the class it throws the ClassNotFoundException and program stops the stops and exits.

JVM also list down the name the class which is not found during loading.

So, from the Java exception trace you will be able to get the name of the class file for debugging your program further.

Thanks









Related Tutorials/Questions & Answers:
Super class of an Exception class
Super class of an Exception class  hello,,, What is super class of an Exception class?   hii,,ADS_TO_REPLACE_1 the super class of an exception is throwable class. and the super class of an throwable class
invalid class exception
invalid class exception  Wondering why invalid class exception occurs
Advertisements
Java exception class
Java exception class  What classes of exceptions may be caught by a catch clause
class cast Exception - Development process
class cast Exception  hi deepak this sampath,am facing the problem with printer connection with java application. Every time am getting the class cast exception and iam sending the code please check this and correct me
Class Cast & illegal state Exception in blackberry
Class Cast & illegal state Exception in blackberry  tell me please i m facing class cast exception. when i click on Maps & iGoogle in Google Homepage on my emulator then it gives class cast & Illegal State exception
Class Cast Exception Example in java
Class Cast Exception Example in java We are going to describe class cast exception in java. The class cast exception is a converting one data type into another data type. A Class cast exception is a thrown by java. In this example
Java Exception Class Hierarchy Diagram
class. The class Exception and its subclasses are defined in such a way that an application may generate a condition which might be caught. The Exception class extends the Throwable class. All errors and exception classes are the subclasses
exception
exception  wHEN RUNTIME EXCEPTION CLASS IS SUB OF EXCEPTION CLASS HOW CAN'T HANDLE UNCHECKED EXCEPTION
Example to show class exception in java
Example to show class exception in java   ... to show the use of class exception in java .Exceptions are the condition ... an exception like division of any number by zero,an exception is caught The steps
How to rectify "Bad version number in .class file" exception in Eclipse
How to rectify "Bad version number in .class file" exception in Eclipse  HTTP Status 500 - type Exception report message description... this request. exception javax.servlet.ServletException: Bad version number in .class
try to execute this code getting class cast exception, please resolve it.
try to execute this code getting class cast exception, please resolve it.  package test; import java.util.Arrays; import java.util.HashSet; import java.util.List; import java.util.Set; public class Over { static int k
exception
arguments are not equalto two,throw a user defined exception "invalid parameter exception" ,otherwise display the two parameters.   Here is an example... is not equal to two then invalid parameter exception is thrown ,otherwise display the two
exception
exception  example for numberformat exception   Hi Friend, Try the following code:ADS_TO_REPLACE_1 class NumberFormatExceptionEx...); } catch(Exception e){ System.out.println(e
Exception
Exception  whis is the Arithmetic Exception in java? or define Arithmetic Exception with exp?   Arithmetic Exception occurs, when you divide a number by zero. Example public class TryCatch { public static void main
Exception
Exception  public class FooException extends Exception { public...; public class FooException extends Exception { public FooException..."); } public void calculate() throws FooException, Exception { try { int
exception
exception  chek in and check out exception in java   Please visit the following link: Checked and Unchecked Exception
exception
exception  Identify the reason for SQLException exception, which...; Try this: import java.sql.*; class InsertData{ public static void main..."); ps.executeUpdate(); } catch(Exception e
exception
exception  what is the use of catch block even though we have predefined exception object
exception
defined checked exception ââ?¬Å?InvalidCharcterFoundExceptionââ?¬Â? and creater a block of codes that will handle the exception
Exception
Exception  In a class ,whether we can use two finally() method
EXCEPTION
EXCEPTION  will this code work..? class A implements interface1,interface2 extends ClassB   Now the given code will work: interface interface1{ } interface interface2{ } class ClassB{ } class A extends ClassB
Exception
Exception   I was creating a table dynamically but it shows exception i.e shown down Suplier created0 Suplier created0 Suplier created0 Product created0 Product created0 Product created0 Product created0 could not fetch initial
exception
user defined unchecked exception  can we create user defined unchecked exceptions? if so what is the exact use of it in real time?   Please visit the following links: http://www.roseindia.net/java/java-exception/user
Exception
Exception  1.Create a class Errorhandle3. Write code that demonstrates how handle and declare rules are different for runtime exceptions and checked exceptions
Exception
Exception  1.Create a class Assertion. Create an assertion that passes or fails based on whether a command line argument has been provided
exception
exception  1.Create a class Errorhandle1. `Write code that deliberately throws the following exceptions, without using the â??throwâ?? keyword : ClassCastException NullPointerException ArrayIndexOutOfBoundsException
Exception
NullPointerException:ADS_TO_REPLACE_2 class HelloWorld { public static void main
Exception Handling
Exception Handling  create an exception class, which thros an exception if operand is non-numeric in claculating modules. ( Use command line arguments
java exception
java exception   define an exception called no match exception tat z thrown wen a string z not equal to india   class ExceptionExample { public static void main(String[] args) throws Exception { String
class
class  Is a class a subclass of itself
Exception in PDFBOX
Exception in PDFBOX  "OperatorProcessor class org.pdfbox.util.operator.pagedrawer.StrokePath could not be instantiated" Not understanding about the exception.Kindly help me out to find why this exception is occuring
class
is a class to represent a country in medal tally. It has an attribute of country... medals. In this class, you should also define constructors, and assessor, mutator methods. Task 2 MedalTally.java is a class to model a medal tally, containing
Number Format Exception
Number Format Exception       NumberFormatException is a subclass of the Runtime Exception class.  A Number Format Exception occurs in the java code when a programmer tries
Class
Class, Object and Methods       Class : Whatever we can see in this world all the things... is termed as a class. All the objects are direct interacted with its class
ArrayStore Exception
ArrayStore Exception  whis is the ArrayStore Exception in java? or define ArrayStore Exception with exp?   ArrayStore Exception occurs.... Example class ArrayStoreExceptionExample { public static void main(String
Exception - Struts
: java.lang.reflect.InvocationTargetException: This is a checked exception that extends Exception Class thrown...Exception - java.lang.reflect.InvocationTargetException   java.lang.reflect.InvocationTargetException i am getting the foregoing error ...can anyone
PHP  Exception Handling
PHP  Exception Handling PHP 5 has included a new way of error handling - Exception handling, which is present in other OOP based programming language. In PHP there are three blocks in Exception Handling : try, catch, and throw.ADS
Simple Date Format Exception
Simple Date Format Exception       Simple Date Format Exception inherits from a package name...,Serializable.SimpleDateFormat  is a concrete class. The class is used for formatting and parsing
java exception handle
java exception handle  How error can be handled in the exception class?? can we handle fatal error in java
exception handling
exception handling  explain about exception handling
Java AclNotFoundException Class Hierarchy Diagram
In this section we will discuss about the class hierarchy of AclNotFoundException Class in Java. This class extends the java.lang.Exception class. An application throws such exception when tried to make a reference to such ACL (Access
Exception in thread
Exception in thread   Hi, I have created a java file for sending a file to my mail. I am using mail.jar file. I am able to create .class file... 2 class as mentioned below SendMailTLSDFC$1.class SendMailTLSDFC.class
Example to create exception object in java
Exception. Object in java are the object of the class Exception. The program... holds. The exception here displays by creating object of class exception... Example to create exception object in java
Creating Exception
Creating Exception  class Myexception extends Exception{ private int... "Myexception["+detail+"]"; } } class Exceptiondemo{ static void Compute(int a) throws... exception(Myexception), but its showing invalid method declaration; return type
Java sql Exception
Java sql Exception  difference between sql exception class and sql warning class
Unhandled Exception
to explain  example declares an exception class Exception Check. The main method....    class ExceptionCheck extends Exception  ... Unhandled Exception     
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling
exception handling
exception handling  what is the information of exception handling?   Have a look at the following link: Java Exception Handling

Ads