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.
私の開発環境はJDK1.6で実行されており、JDK1.5を実行しているクライアントと互換性があるようにいくつかのクラスをコンパイルする必要があります。'javac' antターゲットでこれを行うにはどうすればよいですか?
コマンドライン:javac -target 1.5 sourcefiles
蟻:< javac srcdir="${src} destdir="${build}" target="1.5" />
< javac srcdir="${src} destdir="${build}" target="1.5" />
<javac source="1.5"... />