0 votes
210 views
since I have trouble related to write permissions given by system administrators on my laptop, I would like to know if it would be possible to build a jar file instead of the executable one as I know that such applications work properly.

Thanks
in openLCA by (1.5k points)

1 Answer

0 votes
by (13.5k points)
This is not possible. openLCA is not just some Java code that you can bundle in a single jar file. It contains much more (native libraries, an OSGI runtime, an embedded JRE, ...). The best way to handle such permission issues is to use the zip-package instead of the installer and to extract it into a folder where you have write permissions.
...