Changes between Initial Version and Version 1 of Ticket #47036, comment 1


Ignore:
Timestamp:
Mar 5, 2015, 2:10:51 AM (9 years ago)
Author:
posita (Matt Bogosian)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47036, comment 1

    initial v1  
    22
    33* Remove or set aside all currently installed versions of Java.
     4
     5Also, running `JAVA_HOME="$( /usr/libexec/java_home -v 1.7 )" jython` only makes sense on systems where `/usr/libexec/java_home` is installed. I forget when Apple started doing this, but I think it was around Lion. The point is that given the current port, one cannot override where `jython` looks for Java via the `JAVA_HOME` environment variable, since the execution script overrides it with whatever it found at the time it was installed.
     6
     7Apologies for any confusion.