The following will create a package on Linux that will install the app in /usr.
$ jpackage --install-dir /usr
However, this will install the app in /usr/<appname>/bin using the same layout as if it were going into /opt which is not what is expected.
$ jpackage --install-dir /usr
However, this will install the app in /usr/<appname>/bin using the same layout as if it were going into /opt which is not what is expected.