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.
在终端中,编译程序后出现以下错误:
WriteExcel.java:7:错误:包 jxl 不存在
我通过键入以下内容编译了程序:
javac -cp /Desktop/folder/src/jxl.jar WriteExcel.java
基本上,我如何让编译器识别外部库?