Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 519 Bytes

File metadata and controls

20 lines (14 loc) · 519 Bytes

Java Excel

And then, run your java application in the command line by:

./App.sh

The convention I used is:

  • App.sh is the main starter script
  • App.deps list all the jar dependencies
  • App.java is the main app

In this way, there is transparency what jar files are needed.