/comp4035-2017-jc

Tung, Poon. Database System Development project - B+ Tree

Primary LanguageJava

Import

  1. Start your IDE (Eclipse, IntelliJ IDEA, NetBeans)
  2. Use Import Maven Projects-thing-y function (usually there must be one)
  3. Set the whole project to use Language Level of 8 (with Lambda support, etc)
  4. "Enable Auto-import" or manually import all the dependencies set in <dependencies> of pom.xml.

Reference Readings