Reputation: 4739
I ran export CLASSPATH=/home/deltrem/jscheme/jscheme.jar
, but now kawa, which was working, doesn't work any longer. Is there a way to revert the CLASSPATH?
Upvotes: 5
Views: 11177
Reputation: 97
export CLASSPATH=
Yes, it work in my environment (linux ubuntu 18.04).
Upvotes: 0
Reputation: 576
if you are using it from terminal you can close that terminal window and open a new one. or
export CLASSPATH=
Upvotes: 3
Reputation: 4739
I found it!
set CLASSPATH=
http://download.oracle.com/javase/1.3/docs/tooldocs/win32/classpath.html
Upvotes: 4