Unable To Install Java 7 In Eclipse On MAC

Asked By 0 points N/A Posted on -
qa-featured

I tried installing Java 7 on my MAC and after getting installed an error occurred while updating it for eclipse. As I entered the JDK configuration an error was received which says build path entry missing. How can I fix this issue?

SHARE
Answered By 0 points N/A #318577

Unable To Install Java 7 In Eclipse On MAC

qa-featured

Open your device and run the following commands to resolve this problem. After running these commands “cd /Library/Java/JavaVirtualMachines”,”sudo ln -s `pwd`/JDK\ 1.7.0\ Developer\ Preview.jdk/Contents/Home JDK-1.7.0”, restart Eclipse and set Java 7 in the build path of your application. This will fix the issue while installing and updating JDK in MAC eclipse.

Related Questions