| Author |
Class not found exception
|
banu saro
Greenhorn
Joined: Jul 12, 2005
Posts: 3
|
|
|
I m getting class not found exception on server console when I try to access the servlet form browser. In the bowser I m getting Error 500--Internal Server Error. could anybody help me??
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
|
Please post the log and the scenario in which this is occuring
|
[My Blog] [JavaRanch Journal]
|
 |
shekar march chandra
Greenhorn
Joined: Jul 07, 2005
Posts: 25
|
|
Hi, ClassNotFoundError occurs when it is not able to find the class in the right path. Probability will be high in the package structure. Make sure the .class file is kept in the proper directory. Thanks, Chandra
|
 |
 |
|
|
subject: Class not found exception
|
|
|