Linux Installating Error

Started by abaddon, Jul 12, 2023, 02:02 am

Previous topic - Next topic

abaddon

I am trying to run the program on Linux Mint and it gives an error but it lets me open the software still. The only thing that seems to not work is the test bench which is my intended use. Does anyone know a work-a-round for this issue?
Error testing administrative elevation:
java.util.prefs.BackingStoreException: java.io.FileNotFoundException: /etc/.java.systemPrefs/prefs.tmp(Permission Denied)

Mr-Miagi

You might try this as some jvm's are built funky on linuxes:  https://stackoverflow.com/a/23961144


Quote from: abaddon on Jul 12, 2023, 02:02 amI am trying to run the program on Linux Mint and it gives an error but it lets me open the software still. The only thing that seems to not work is the test bench which is my intended use. Does anyone know a work-a-round for this issue?
Error testing administrative elevation:
java.util.prefs.BackingStoreException: java.io.FileNotFoundException: /etc/.java.systemPrefs/prefs.tmp(Permission Denied)
Adapt what is useful, reject what is useless, and add what is specifically your own.

abaddon

You are a life saver! I got it working now.