Samir Ajgaonkar

Greenhorn
+ Follow
since Jul 27, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Samir Ajgaonkar

Hi Paul,

I found a mention about winning a book in book promotions. What is the step by step procedure to overcome all competition and be the winner of a book? I mean it did not say where and how to register for the promotion..

thanks,
Samir
Srini,
thanks for your reply. But as I had mentioned , I had included the "." in the beginning of the long classpath I had set. That did not work. Only when I removed everything else did it work for me. Also compiling was not a problem in both cases. So I am baffled.
18 years ago
I had set classpath to
CLASSPATH=".;c:\jdk1.3\jre\lib\servlet.jar;c:\jdk1.3\jre\lib\rt.jar;c:\jdk1.3\lib\tools.jar;c:\jdk1.3\lib\dt.jar"
in autoexec.bat on Win 98 system.

I always got the NOCLASSDEFFOUND error when I tried to run my java class. Compiling was fine.
So while searching on google i found info on how to setup textpad for compiling java. In that it was mentioned to set classpath to "."
when I did set it I could run the sample program i wanted to run.
Isn't classpath supposed to include all the possible class directories? So why just a "." works ? Also I had included "." in my setting which did not work ? Any clues?
thanks.
18 years ago