Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why should we get the following error ?
Exception in main method NoClassDefFoundError:classname

could anyone give the detail clarification on how java
compiler can look for .class file?

Answers were Sorted based on User's Feedback



why should we get the following error ? Exception in main method NoClassDefFoundError:classname ..

Answer / hardik

In most gnral mistech one make is file name and class name
error than this error accurs mostly , or no classname found
when the environment variable or class path is not given

Java compilor search for the path given to the class name
(ig in cmd javac searching in same folder if we have given
path = ./) .class files than java command searchs for the
same path but if it is not given to the same this error
comes. and java compilor never looks for the class file it
looks for the the .java file and it creates .class file
which than looked by java run time environment.

Is This Answer Correct ?    3 Yes 0 No

why should we get the following error ? Exception in main method NoClassDefFoundError:classname ..

Answer / narsimharaju

When we compile our java .class file then it is not available then we will get a runtime exception saying
NoClassDefFoundError:classname.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Core Java Interview Questions

how to use crystal reports in java

2 Answers  


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

0 Answers  


write java code to print second max number in the array

12 Answers   Huawei, IBAB,


What is fundamental datatype?

0 Answers  


What is the major drawback of internal iteration over external iteration?

0 Answers  


What is the difference between ArrayList and Vector? which one is better in Java

0 Answers   SkillGun Technologies,


Explain about OOPS concepts and fundamentals.

0 Answers   Syntel, Visa,


What is the difference between jdk, jre, and jvm?

0 Answers  


Explain a situation where finally block will not be executed?

0 Answers  


Why are variables important in research?

0 Answers  


Define array. Tell me about 2-D array.

0 Answers   Agilent,


Can we have multiple catch block for a try block?

0 Answers  


Categories