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.
内容が本当にそこにあるかどうかを確認するために、jar を解凍してみてください。また、環境変数を設定する代わりに、次のようにクラスパスを引数として渡すようにしてください。
javac -cp ./junit-4.8.2.jar TestImage.java
ただし、代わりに./junit-4.8.2.jar、jar のフル パスを使用します。
./junit-4.8.2.jar