From 32631d756890bdfc4a00ef71b85f9f58c6c68ea2 Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Tue, 22 May 2018 09:46:52 -0400 Subject: [PATCH] Added comment about JAVA_HOME --- Running_Linux_OSX.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Running_Linux_OSX.txt b/Running_Linux_OSX.txt index 8846efabda..1b4b7191b0 100644 --- a/Running_Linux_OSX.txt +++ b/Running_Linux_OSX.txt @@ -11,6 +11,8 @@ The following need to be done at least once. They do not need to be repeated for - Install Oracle Java and set JAVA_HOME. -- Linux: Use the instructions here: https://medium.com/coderscorner/installing-oracle-java-8-in-ubuntu-16-10-845507b13343 + NOTE: You may need to log out and back in again after setting JAVA_HOME before the Autopsy + unix_setup.sh script can see the value. -- OS X: Use The Oracle website: https://www.java.com/ Set JAVA_HOME with something like: export JAVA_HOME=`/usr/libexec/java_home` in .bash_profile