LoginSignup
2

More than 5 years have passed since last update.

コマンド2行でJarファイルを作成

Last updated at Posted at 2017-01-19

手早くJarファイルを作る時に便利。

terminal
javac *.java 
jar -cvf MyApp.jar *.class

参考

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2