
Loading…
I had no problems on the same platform issuing:
$ python setup.py install
There isn't a /usr/lib/jvm/jdk1.7.0_04/lib/ directory on my system.
Did you install this jdk manually? i had issues with my own sun^W oracle java installation on first try, but as i had installed it as an alternatives (/etc/alternatives) i just had to jump to the openjdk java and all went fine.
I did install it manually... added as an alternative though. I'll try the openjdk when I get a chance.
updates on this? works with openjdk?
Hi,
Sorry for the delay - it did work.
I installed openjdk and set it using alternatives:
# sudo apt-get install openjdk-7-jdk
# sudo update-alternatives --config java
Selection Path Priority Status
------------------------------------------------------------
0 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1051 auto mode
1 /usr/lib/jvm/java-6-sun/jre/bin/java 63 manual mode
* 2 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1051 manual mode
3 /usr/lib/jvm/java-7-oracle/jre/bin/java 65 manual mode
4 /usr/local/java/jdk1.7.0_03/bin/java 1 manual mode
Press enter to keep the current choice[*], or type selection number:
Make seems to be looking in the wrong place for some of the java libs (or a place I don't have them).
Here's the output of make