2. Prerequisites

Make sure to install the required software components listed in this section before installing JModelica.org.

2.1. Java

It is required to have a Java Runtime Environment (JRE) version 6 installed on your computer.

Install a JRE

  1. Get a JRE installer suitable for your platform here.

  2. Run the installer.

2.2. Python

Python 2.6 with the following additional packages are required:

Table 2.1. Python prerequisites

PackageRecommended versionDescription
NumPy1.3.0The fundamental package needed for scientific computing with Python.
SciPy0.7.1A library of algorithms and mathematical tools for Python.
matplotlib0.99.1.1A plotting library for Python, with a MATLAB like interface.
IPython0.10An interactive shell for Python with additional shell syntax, code highlighting, tab completion, string completion, and rich history.
PyReadline1.5Note: Windows only. A readline for Windows required by IPython.