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.
file.java をコンパイルするには、servlet-api.jar と別のクラスのクラスパスを設定する必要があります。どうすればそれを達成できますか?私が試してみました
javac -cp /path/to/servlet-api;/home/user/Desktop/Other.class file.java
しかし、それは機能しません。
何か助けはありますか?環境変数を設定できることは承知していますが、手動で設定できるかどうか知りたいです。ありがとう