NetBeans Platform RELEASE90 application (developed under Apache NetBeans
12.1 under linux):
When I create application package with myapp - Properties - Build -
Installer
the contained (in ZIP-file) /etc/myapp.conf file contains weird default
directories:
default_userdir="${DEFAULT_USERDIR_ROOT}/dev"
default_cachedir="${DEFAULT_CACHEDIR_ROOT}/dev"
Why is "/dev" appended?
The only explanation I have is, that the projects sourcecode resides
on an external harddisk under
"/media/myuser/48317dc8-7b28-4199-9ef0-af14e7ea3276/dev/
github.com/datazuul/eazy-bookscanner/application"...
How to avoid "/dev"-postfixing?