diff --git a/Running_Linux_OSX.txt b/Running_Linux_OSX.txt index 1ba4f46be5..521fa6e9f1 100644 --- a/Running_Linux_OSX.txt +++ b/Running_Linux_OSX.txt @@ -1,4 +1,4 @@ -This document outlines how to run a packaged version of Autopsy on Linux or OS X. It does not cover how to compile it from source or the Windows installer. +This document outlines how to run a packaged version of Autopsy on Linux or OS X. It does not cover how to compile it from source or the Windows installer. * Prerequisites * @@ -17,9 +17,9 @@ The following need to be done at least once. They do not need to be repeated for % wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add - % echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | sudo tee /etc/apt/sources.list.d/bellsoft.list % sudo apt-get update - % sudo apt-get install bellsoft-java8=1.8.0.232+10 + % sudo apt-get install bellsoft-java8-full 2. Set JAVA_HOME - % export JAVA_HOME=/usr/lib/jvm/bellsoft-java8-amd64 + % export JAVA_HOME=/usr/lib/jvm/bellsoft-java8-full-amd64 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.