MattFame / java-multi-package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You can compile, package and run this simple java application with the commands below.

  1. javac src/*/*.java src/*/*/*.java -d classes
  2. cd classes/
  3. java hello/hello
  4. cd ..
  5. jar -cvfe hello.jar hello/hello -C classes .
  6. java -jar hello.jar

About


Languages

Language:Java 100.0%