File: README-LINUX.TXT

package info (click to toggle)
python-jpype 0.5.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,220 kB
  • sloc: cpp: 11,011; xml: 1,998; python: 1,677; java: 447; sh: 3; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
This release include preliminary support for linux.

In order to compile the source, distribution, you need to make the 2 following changes :

1) in setup.py, change the line 19 to reflect the path to YOUR JDK installation

Also, even if you do install from binary, you have to make the following change after installing.

in the file jpype/_copy.py, at line 33, change to reflect the path to YOUR JDK installation

These two steps are temporary, and should disappear before the 0.3 final.

There is one additional problem with jpype and linux. You can more about it and a solution in the examples/linux directory.