Custom workspace for java development compatible with VSCode
- Straight forward, No need for large IDE
- Compatible with bash (at the moment)
- Compile Java class on-the-go
- Bundle Class into .jar file
- bin - stores *.jar files
- class - stores *.class files
- source - stores *.java source files
- manifest.txt - manifest file for signing jar
- build.sh - java compiling script