Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我目前的笔记本电脑上,我没有管理权限,并试图找到一种方法来使用 emacs 或 cygwin shell 将一些 jar 添加到我的类路径中。我相信我可以做类似的事情
javac -cp "./thing.jar" test.java
但是有没有办法真正改变我的类路径?谢谢。
如果要永久更改CLASSPATH环境变量,可以使用setx
CLASSPATH