|
|
|
|
Re: PyDev Install to Eclipse on Mac [message #1229081 is a reply to message #1227819] |
Wed, 08 January 2014 12:17  |
Eclipse User |
|
|
|
Hi all,
I stalled java 7 and it fixed. I executed:
apt-get install openjdk-7-jre
But that not was enough, because java 6 is still installed. You must to check if your system is runing java 6 or 7. For then execute:
My output was:
Then you must to update your alternates. How? Using update-alternates. Just run that:
update-alternatives --config java
When I executed, the output was:
------------------------------------------------------------
* 0 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 modo automático
1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 modo manual
2 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1051 modo manual
Just select the number of java-7-openjdk-amd64, in my case was 2.
Try that buddy.
|
|
|
Powered by
FUDForum. Page generated in 0.09662 seconds