Hi All,
Recently my macbook was crash and our support team had reformat and update it. While this, they had updated java 7 but as my current project required java 6, I tried to set JAVA_HOME pointing to java 6 jdk and try to compile my source code. But it seems that it taking ages to compile with java6. When I investigate and try to compile one 1 java file, it takes 1 minutes 20 seconds. Surprisingly, but if I do it using sudo then it run instantly(same like java7),
I have verified the file permission and its as expected,
This is my java version
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
Can someone please help me ?
regards,
Nitesh