Skip to main content
added 380 characters in body
Source Link
edigu
  • 243
  • 2
  • 9

I found the solution. It was just a symlink and original file was still alive in this directory:

/System/Library/Frameworks/JavaVM.framework/

So, simply put back the symlink using the following command:

sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java_home /usr/libexec/.

Update: The System/Library/Frameworks directory holds the framework files which provide interfaces needed to write software for Mac. You can learn more about this directory on official OS X Frameworks documentation.

I found the solution. It was just a symlink and original file was still alive in this directory:

/System/Library/Frameworks/JavaVM.framework/

So, simply put back the symlink using the following command:

sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java_home /usr/libexec/.

I found the solution. It was just a symlink and original file was still alive in this directory:

/System/Library/Frameworks/JavaVM.framework/

So, simply put back the symlink using the following command:

sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java_home /usr/libexec/.

Update: The System/Library/Frameworks directory holds the framework files which provide interfaces needed to write software for Mac. You can learn more about this directory on official OS X Frameworks documentation.

deleted 1 character in body
Source Link
Giacomo1968
  • 56.1k
  • 23
  • 167
  • 214

Ok, iI found the solution.

  It was just a symlink and original file was still alive in this directory:

/System/Library/Frameworks/JavaVM.framework/

/System/Library/Frameworks/JavaVM.framework/

directory. So, simply put back the symlink using the following command:

sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java_home /usr/libexec/.

Ok, i found the solution.

  It was just a symlink and original file was still alive in

/System/Library/Frameworks/JavaVM.framework/

directory. So, simply put back the symlink using the following command:

sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java_home /usr/libexec/.

I found the solution. It was just a symlink and original file was still alive in this directory:

/System/Library/Frameworks/JavaVM.framework/

So, simply put back the symlink using the following command:

sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java_home /usr/libexec/.
Source Link
edigu
  • 243
  • 2
  • 9

Ok, i found the solution.

It was just a symlink and original file was still alive in

/System/Library/Frameworks/JavaVM.framework/

directory. So, simply put back the symlink using the following command:

sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java_home /usr/libexec/.