mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-01 17:03:53 +00:00
Merge pull request #5760 from esaunders/bellsoft-full
Updated Linux instructions to use bellsoft-java8-full
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user