JAVA and JAR’s from the command line
This is a small little tutorial which will explain how to create your own little Java application which have dependencies which are in other JAR files First create the following directory structure: java_test | |__myapp | |__src | | |__ch | | |__eitchnet | | |__java | | |__Main.java | |__META-INF | | |__MANIFEST.MF |… Continue reading “JAVA and JAR’s from the command line”