https://github.com/fishercoder1534/randomjava
Any random Java goes here.
https://github.com/fishercoder1534/randomjava
design-patterns examples intellij java java-8
Last synced: about 1 month ago
JSON representation
Any random Java goes here.
- Host: GitHub
- URL: https://github.com/fishercoder1534/randomjava
- Owner: fishercoder1534
- Created: 2016-12-07T15:14:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T03:29:01.000Z (6 months ago)
- Last Synced: 2025-04-03T05:41:24.014Z (3 months ago)
- Topics: design-patterns, examples, intellij, java, java-8
- Language: Java
- Size: 491 KB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RandomJava [](https://travis-ci.org/fishercoder1534/RandomJava)
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](../master/src/main/java/avro)
|Java annotations|[annotations](../master/src/main/java/customize_annotations_generics_wildcards_examples)
|Design Patterns|[Design patterns](../master/src/main/java/designPatterns)
|Java Exceptions|[exceptions](../master/src/main/java/exceptionsCanBeSelfDefined)
|Some interview questions|[questions](../master/src/main/java/interviewQuestions)
|Java 8 tutorials|[Java 8](../master/src/main/java/java8tutorials)