I done a bad thing please help.
I was in:
/System/Library/Frameworks/JavaVM.framework/Versions
I was told to run the following command:
sudo ln -fhsv 1.6 CurrentJDK
Which has pretty messed everything up:
lrwxr-xr-x 1 root wheel 10 5 Apr 20:57 1.4 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 5 Apr 20:57 1.4.2 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 5 Apr 20:57 1.5 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 5 Apr 20:57 1.5.0 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 5 Apr 20:57 1.6 -> CurrentJDK
lrwxr-xr-x 1 root wheel 10 5 Apr 20:57 1.6.0 -> CurrentJDK
drwxr-xr-x 8 root wheel 272 5 Apr 20:57 A
lrwxr-xr-x 1 root wheel 1 5 Apr 20:57 Current -> A
lrwxr-xr-x 1 root wheel 3 6 Apr 00:22 CurrentJDK -> 1.6
How can I revert this so that 1.6
is not a symbolic link? This was a directory before.