Skip to content

Intellij Proper Setup for Training Labs to Run

codenamewei edited this page Feb 6, 2021 · 6 revisions

To Import Training Labs

  1. Install Intellij Community and open intellj application.

  2. Proceed with cloning/downloading TrainingLabs from Github.

  3. Click the open button in Intellij,

and proceed with choosing the pom.xml at the root path of TrainingLabs (TrainingLabs/pom.xml).

  1. Wait for the bar to complete to start run any programs. (The bar normally appear at bottom right corner).

Java Setup

Download and select Bellsoft Liberica JDK 8

  1. Open up Intellij, go to File -> Project Structure

  1. Go to the field of Project SDK, choose Add SDK from the drop down and proceed to download Intellij Plugin Platform SDK.

  1. Download Bellsoft Liberica JDK 8

  1. Click Apply upon complete download

  1. Make sure that in the project tab, the project language level is set to 8, click OK to reflect the changes

Set each modules is imported and the project language level is set to 8

Going to File -> Project Structure, and head to second tab Modules There should be

  • dl4j-cv-labs
  • dl4j-labs
  • traininglabs

Other things to aware

  • Make sure that there is no spaces in the full paths of TrainingLabs.
[NO!] 
C:\Users\john doe\Documents\TrainingLabs

[OK!] 
C:\Users\johndoe\Documents\TrainingLabs
C:\Users\john_doe\Documents\TrainingLabs
C:\Users\john-doe\Documents\TrainingLabs
Clone this wiki locally