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
基本的に、コンパイラに外部ライブラリを認識させるにはどうすればよいですか?