Skip to content

mindsmine/funstuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funstuff

Build

Collection of fun examples gathered over time.

Modules

  1. Concordance
  2. Set Game
  3. Tree Traversal
  4. Browser

Developer Instructions

Pre-Requisites

  1. Java JDK, available here.
  2. Apache Maven, available here.

How To Build

  • Setup JAVA_HOME
$ export JAVA_HOME="path/to/Java/JDK"
  • Setup MAVEN_HOME
$ export MAVEN_HOME="path/to/maven"
  • Add JAVA_HOME and MAVEN_HOME to the terminal PATH
$ export PATH=${JAVA_HOME}/bin:${MAVEN_HOME}/bin:${PATH}
  • Use mvn to build the project
$ mvn clean package
  • Output jar file appears under the dist folder

About

Collection of fun examples gathered over time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages