I hate configuring the JDK
YES I DO. It is the beggining and hardest wierdest part of learning Java.
I have been learning Java for 2 months. And since the begginig I configured the CLASSPATH and PATH enviroment variables. The command javac did work. The command java ****.class never worked. I didnt mind since I use JCreator and it saves you from that.
But now... I am learning RMI. And I CANT MAKE WORK THE COMMAND RMIC ****.class. It sends me the most famous error in the java programing world : class not found.
My rmi .class file are in c:\rmi\. These are my vars:
1.CLASSPATH= C:\jdk1.3.1_01\lib\tools.jar;c:\rmi\
2. PATH=C:\Clarion5\Bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\jdk1.3.1_01\bi n\
I am using win2000. So... help!!! P L E A S E !!! S O S! :)