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.
在 Eclipse 中,我可以使用 Eclipse 中的 Build Path > Library's > Add External jars 选项在 jarfile 中添加一个额外的库以供使用。如果没有 Eclipse,我怎么能做到这一点?
我正在使用 Mac。
如果您从命令行运行 javac,请使用 -classpath 参数。
您可以轻松地键入以下命令
set CLASSPATH=".;[your jar file path]"
然后运行您的文件,并为设置 java 的类路径和 jar 文件的详细参考,您可以点击 链接
只需使用 Jar 文件的名称设置类路径。例如,如果您的 Jar 文件是Mail.jar,请编辑Environment Variables中的“ Path ”变量,名称为 location 和 Mail,jar 的名称