Advertisement
goatbar

java on a headless mac?

Apr 4th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. javac
  2. No Java runtime present, requesting install.
  3. 2014-04-04 18:34:50.100 javac[11555:507] JLRequestRuntimeInstall: Error calling: CFMessagePortCreateRemote
  4.  
  5. cd fink-0.36.1
  6. ./bootstrap
  7.  
  8. Fink must be installed and run with superuser (root) privileges. Fink can automatically try to become root when it's run from a user account.
  9. Since you're currently running this script as a normal user, the method you choose will also be used immediately for this script. Available
  10. methods:
  11.  
  12. (1) Use sudo
  13. (2) Use su
  14. (3) None, fink must be run as root
  15.  
  16. Choose a method: [1]
  17.  
  18. Please install Java SDK before re-attempting fink bootstrap
  19.  
  20. javac
  21. No Java runtime present, requesting install.
  22. 2014-04-04 18:34:50.100 javac[11555:507] JLRequestRuntimeInstall: Error calling: CFMessagePortCreateRemote
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement