|
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
|