This is a Maven project containing a bunch of Random Java programs that I used, wrote from time to time.
Build instructions:
git clone
this repo to your local, then open this application as a Maven project.- If you get compile/run/IntelliJ errors, e.g. ClassNotFoundException when running in IntelliJ, just rm your package from your local machine, use IntelliJ to directly open: File -> New -> Project from Version Control -> GitHub, then configure JDK8, then you'll fly with colors! ^ ^
- run
mvn install
to install depedencies on your machine - In your Intellij, click the Maven icon and click on Reload all Maven projects | Package/Theme | Code |----------------|--------------- |Avro|Avro code |Java annotations|annotations |Design Patterns|Design patterns |Java Exceptions|exceptions |Some interview questions|questions |Java 8 tutorials|Java 8