:( how can i know if the classpath are already loaded
just like if you want to view path you can apparently type in a dos prompt: c:>type path
and it will display the path.
Printable View
:( how can i know if the classpath are already loaded
just like if you want to view path you can apparently type in a dos prompt: c:>type path
and it will display the path.
Typing set should work for all windows platforms (I think)--it works for Win98.
I'm pretty sure for individual environment settings, you'd use echo %CommandName% like echo %path%.
it works! :)
many thanks!!!