Skip to content

Installing PyJNIus on Windows

codeanticode edited this page Jun 17, 2015 · 1 revision
  1. Install Python 2.7.10 or newer (didn't test on 3.x)

  2. Add Scripts folder to Windows PATH, so we can use pip

  3. Install PyJNIus:

pip install pyjnius
  1. Install the wheel module
pip install wheel
  1. Download Cython for Windows, as a wheel package:

  2. Install Cython from the whl package downloaded in last step:

pip install Cython...whl
  1. Add JDK_PATH\jre\bin\server to the Windows PATH, so PyJNIus is able to locate the JVM server.
Clone this wiki locally