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.
我下载了 JUNG 包,但我不知道我应该把我的目录放在哪里。
我假设当您说您已经下载了软件包时,您的意思是您已经下载了库。
您需要在构建路径中引用它们。如果您使用的是 Eclipse,这在 .classpath 文件中定义。
编辑 :
如果您不使用 IDE,请使用此...
javac -classpath external.jar myClass.java
你真的应该尝试使用 Maven 或类似的工具。如果您反对,只需将其放在“lib”文件夹中并在您的 .classpath 中引用它