Exception occurred executing command line.
Cannot run program "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java"
(in directory "/Users/zhangstudyro/Developer/Java/HiWorld"): error=2, No such file or directory
Hi, I'm new to mac.
The report above is the problem details given by eclipse when I tried to run "HiWorld".
I can "javac" and "java" the code in Terminal. And in eclipse, I've added JDK1.6.0 which is the default JDK version to the Build Path Libraries.
Googled and SOFed for hours, but I'm still perplexed with my Eclipse on Mac.
which javatell you? I also doubt that you need to manually add the JDK to the build path libraries. – dr jerry Mar 16 '12 at 15:57ls -al /usr/bin/javasay? – dr jerry Mar 17 '12 at 12:31