I ran export CLASSPATH=/home/deltrem/jscheme/jscheme.jar , but now the cava that worked doesn't work anymore. Is there any way to return CLASSPATH?
export CLASSPATH=/home/deltrem/jscheme/jscheme.jar
I found him!
set CLASSPATH =
http://download.oracle.com/javase/1.3/docs/tooldocs/win32/classpath.html
if you use it from a terminal, you can close this terminal window and open a new one. or
export CLASSPATH=
Yes, this works in my environment (Linux Ubuntu 18.04).
Source: https://habr.com/ru/post/1332522/More articles:Testing MongoDB Clustering with Morphia - mongodbHow to create a password protected table from PHP? - phpWeb application development through a web interface - pythonJQuery JSON query gets a “200 OK” response but no content - jsonQHash serialization for QByteArray - serializationPaging via IEnumerable - c #How to improve AJAX application performance? - performanceWhy can't the compiler distinguish between typedef and non-typedef? - c ++Cancel pagination? - asp.netAjax error, XMLHttpRequest undefined - ajaxAll Articles