You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed kill-bill via kpm with kpm install on my linux distro
and when running the startup.sh from my Kill-Bill.service systemd service it fails to create the jvm
with following error:
-Djava.endorsed.dirs=/path-to-folder/endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
The text was updated successfully, but these errors were encountered:
I installed kill-bill via kpm with
kpm install
on my linux distroand when running the startup.sh from my
Kill-Bill.service
systemd service it fails to create the jvmwith following error:
-Djava.endorsed.dirs=/path-to-folder/endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
The text was updated successfully, but these errors were encountered: