2014년 11월 27일 목요일

Mac의 eclipse에 pydev3.x를 설치했는데도 메뉴에 나타나지 않는 문제

맥의 매버릭 이후 eclipse에 pydev3.x를 설치했으나 메뉴에 나타나지 않는 문제가 발생
JDK 1.7 설치로 해결



    1. Unistall PyDev
    2. Under Eclipse > preferences > Installed JREs you probably only see Java SE 6
    3. Download and install JDK 1.7 from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
    4. 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
    5. Under Eclipse > preferences > Installed JREs click "add", select "MacOS X VM", click "next"
    6. in JRE Home paste your version of /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home, give it a name and click "Finish"
    7. Restart Eclipse and re-install PyDev.
http://stackoverflow.com/a/23671271


JDK를 잘못 설치했을 경우

#cd /Library/Java/JavaVirtualMachines
#sudo rm -rf jdk1.7.0_06.jdk

댓글 없음:

댓글 쓰기