Skip to content
Taegyeong Kim edited this page Nov 1, 2016 · 2 revisions

This document has been written based on IntelliJ Community edition.

0. Prerequisites

  • Java, Maven version required to build Haste, JDK 1.7+, Maven 3.3.0+
  • JCE(Java Cryptography Extension) required to support AES-256.

1. Download codes

2. Install IDE

3. Open project

  1. Run IntelliJ CE.
  2. Select File > Open... in the top menu.
  3. Open the root directory of the downloaded project.

4. Build using Maven

  1. Select View > Tool Windows > Maven Projects
  2. Select Haste > install
  3. Complete to build.

If occurs error in enforcer-plugin...

  • If occurs error in enforcer-plugin, not meets prerequisites. (JDK 1.7+, Maven 3.3.0+)
  • You must update JDK, or Maven.

Update Maven in IntelliJ CE.

  • If Maven version in IntelliJ is lower than prerequisites, download and configure Maven.
  1. Download Maven : https://maven.apache.org/download.cgi
  2. Unzip the downloaded Maven in directory that you want.
  3. Select setting menu in IntelliJ. (Windows : File > Settings, OS X : IntelliJ > Preferences)
  4. Select "Build, Execution, Deployment" > "Build Tools" > "Maven"
  5. Select path that unzipped the downloaded Maven in "Maven home directory".