Talk about [Java] How to set the classpath (MacOS)
Hello. This is Take for beginner SE.
I was researching various articles about how to set the classpath, but I couldn't solve it. So I would like to write about the method that I tried and solved.
Open a terminal.
set CLASSPATH = / Users / username / ~~~~~~~~
You can now pass the classpath safely by writing.
that's all.
Recommended Posts