View Single Post
Old 05-07-07, 01:20 PM   #7 (permalink)
TAM
Senior Member
 
TAM's Avatar
 
Join Date: Oct 2006
Location: Mayiladurai (TN)
Posts: 233
Thanks: 8
Thanked 7 Times in 5 Posts
Thanks: 8
Thanked 7 Times in 5 Posts
Rep Power: 5 TAM is on a distinguished road
Re: exception in thread main

Ok javalang as far as i know there is no need to mention the java run time library as classpath because the JVM first checks it for the class that are specified in your program. If ths class doesn't present in the runtime library then it looks for the base directory i.e jdk5.0/bin;. If the class is doesn't found here it searches the class files in the folder that u set in the classpath. Thats why I specify that to specify the specific folder as class path. I previously suffered similar kind of problem and it is solved by the method I mentioned before. Don't be afraid to pinpoint the mistakes because "No one is Master in this world" Thank u for comts
TAM is offline   Reply With Quote