To get the developers version of PMM-Lab, please do the following:
1.Installation
- Download the KNIME SDK from https://www.knime.org (Please check up your Systemtyp (64 Bit or 32 Bit OS))
- Open KNIME SDK
- Choose in the taskbar: Help > Install New Software...
- Type or Select in the "Work with"-Window :KNIME Analytics Platform Update Site - http://www.knime.org/update/2.10/
- Choose the following plugins from the KNIME update site:
- KNIME JFreeChart
- KNIME Math Expression (JEP)
- KNIME SVG Support
- KNIME XLS Support
- KNIME XML Processing
- Select Next> Next> I accept license agreement
- Restart to install
- Choose the Eclipse EGit plugin from the Eclipse update site ( Indigo - http://download.eclipse.org/releases/indigo)
- Select Next> Next> I accept license agreement
- Restart to install
- Cloning the PMM-Lab Git Repository (URLs are shown under Code 'Acess will be granted upon request by the project team')
- To install the PMM-Lab Git Repository select in the taskbar: Window > Open Perspective > Other... > Git Repository Extractions > Clone a Git Repository > Paste the URL Adress from the Code Side
- Choose the Buttons to complete the installation
- Now Import the Git Repository into Eclipse:
> File
> Import
> Git
> Next
> Local
> Next
> Follow the steps to complete the installation
2. Run Knime in the Eclipse SDK
Initial Setup
- Choose in the taskbar: Run > Run Configuration
- Choose Eclipse Application > PMM-Lab
- Choose in the open UI "Main" Run a Product > select: org.knime.product.KNIME_PRODUCT
- Select Arguments Copy this Argument -ea -XX:MaxPermSize=256M and paste it after the VM argument:-Xms40m -Xmx384m (if necassary increase)
- The Argument in the WIndow is:-Xms40m -Xmx384m -ea -XX:MaxPermSize=256M
- Select "Run"