JDK 1.7 설치로 해결
- Unistall PyDev
- Under Eclipse > preferences > Installed JREs you probably only see Java SE 6
- Download and install JDK 1.7 from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
- open terminal and run "/usr/libexec/java_home -v 1.7"this will return the directory in which JDK 1.7 reside, something like /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home
- Under Eclipse > preferences > Installed JREs click "add", select "MacOS X VM", click "next"
- in JRE Home paste your version of /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home, give it a name and click "Finish"
- Restart Eclipse and re-install PyDev.
JDK를 잘못 설치했을 경우
#cd /Library/Java/JavaVirtualMachines
#sudo rm -rf jdk1.7.0_06.jdk
댓글 없음:
댓글 쓰기