Wiki

Clone wiki

KappaIDE / Home

KappaIDE is an effort to create an integrated development environment for the Kappa modeling language.

Screenshot of KappaIDE

Installation

Prerequisites

KappaIDE requires Java Runtime Environment (JRE) version 8. If you don't have JRE8 installed, please download from here and install.

Make sure you have the correct java command on your PATH. Type

java -version
on the command line. The output should start with this line:
java version "1.8.0"

Download, extract, run

Download and extract the application archive.

If you have Java 8 properly installed on your system, double-clicking the enclosed kappaide_<version>.jar file should run the Kappa IDE.

Alternatively, you can run Kappa IDE from the command line:

java -jar kappaide_<version>.jar

Updated