Hello,
I followed the instructions to install Autopsy 4.14 on Ubuntu:
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
But I always got the error “Cannot create case: javafx/scene/paint/Color” because JavaFX was missing. However bellsoft-java8 does not include JavaFX:
- — a regular package that contains the full Liberica JDK, not including JavaFX.
The java install command should be with the full version:
sudo apt-get install bellsoft-java8-full
Please correct the instructions file.