FreeBSD 13 - Unrecognized option: --illegal-access=permit
Posted: 23 Feb 2022, 13:56
Been using Filebot on Linux for several years but wanted to give it a go on FreeBSD(13) I'm installing the pkg form of FB and getting an error.
Not finding much in the forum or generally searching the Internet about this error, or anything I can do about it anyway.
Steps I took to install:
Then:
Then:
Code: Select all
"/usr/local/share/filebot # filebot.sh -version
Unrecognized option: --illegal-access=permit
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit."
Steps I took to install:
Code: Select all
pkg install filebot
Code: Select all
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 47 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
adwaita-icon-theme: 40.1.1
argyllcms: 1.9.2_5
at-spi2-atk: 2.34.2
at-spi2-core: 2.36.0
atk: 2.36.0
avahi-app: 0.8
cairo: 1.17.4,3
chromaprint: 1.5.0
colord: 1.3.5_1
cups: 2.3.3op2
dbus: 1.12.20_5
dbus-glib: 0.112
filebot: 4.9.3
gdbm: 1.22
gdk-pixbuf2: 2.40.0
gnome_subr: 1.0
gsettings-desktop-schemas: 41.0
gtk-update-icon-cache: 3.24.26_1
gtk2: 2.24.33
gtk3: 3.24.31
hicolor-icon-theme: 0.17
java-zoneinfo: 2021.e
jna: 5.7.0
libXScrnSaver: 1.2.3_2
libXcursor: 1.2.0
libXdamage: 1.1.5
libXft: 2.3.4
libdaemon: 0.14_1
libepoxy: 1.5.9
libevent: 2.1.12
libgcrypt: 1.9.4
libglvnd: 1.4.0
libgpg-error: 1.43
libpaper: 1.1.28
librsvg2-rust: 2.52.5_1
libxkbcommon: 1.3.1
libxslt: 1.1.34_2
nspr: 4.33
openjdk8: 8.312.07.1
openjfx14: 14.0.2.1+1_4
pango: 1.48.11
pixman: 0.40.0_1
polkit: 0.120_1
shared-mime-info: 2.0_2
sndio: 1.8.1
spidermonkey78: 78.9.0_5
xkeyboard-config: 2.34
Number of packages to be installed: 47
The process will require 841 MiB more space.
250 MiB to be downloaded
Code: Select all
mount -t fdescfs fdesc /dev/fd
mount -t procfs proc /proc
Code: Select all
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
Code: Select all
FileBot relies on OpenJDK 11. You may need to set the following in your profile:
JAVA_HOME=/usr/local/openjdk11