Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Prerequisites

Sivasurya Santhanam edited this page Jun 21, 2018 · 3 revisions

This is the general getting started section of the developer documentation for KnowledgeFinder.

Java

ℹ️
From http://lucene.apache.org/solr/7_3_0/SYSTEM_REQUIREMENTS.html: "Apache Solr runs on Java 8 or greater.."
⚠️
Please Note: For JDK 1.8.0 u11 and u20 the tests in dataimport throws the Error java.lang.VerifyError: Bad <init> method call from inside of a branch. Use 1.8.0 u25 and greater. Another option to go around this is to use the VM argument "-noverify".
  • Download and install the JDK 8 from here

Maven

  • Maven is used to build the project and get its dependencies.

  • Any maven implementation is suitable. There is on included in the current Eclipse release(Neon).

  • Download Maven from here

Git

Git (Version Control System)

  • Any tool to clone git projects (one is included in current release of eclipse(Neon))

  • Clone the repository from our github at https://github.com/KnowledgeFinder/knowledgefinder-core

  • You can import the projects in eclipse via the "Existing Maven project" wizard. Choose [groupid].[artifactid] pattern under Advanced tab

Clone this wiki locally