javapackager
Chris Bensen
chris.bensen at oracle.com
Wed Feb 3 00:03:24 UTC 2016
This list or the Deployment blog (https://blogs.oracle.com/talkingjavadeployment/) are the best places to get help with the javapackager.
Is your app built with the 64-bit or 32-bit packager? I noticed “x86_64” appended to the name. If it’s 32-bit you could try running:
sudo apt-get install libx11-6:i386
Chris
> On Feb 2, 2016, at 1:49 PM, Scott Palmer <swpalmer at gmail.com> wrote:
>
> What's the best place to go to get help with using the javapackager ?
>
> I've read the docs, but things aren't working smoothly and it would be
> helpful if there were some known working examples to base things on. I'm
> not finding any examples that use the -daemon or -BserviceHint=true
> options, for example.
>
> I attempted to make a .rpm that installs a service/daemon but when I try to
> install it, it fails claiming the following dependencies cannot be met:
>
> libX11.so.6 is needed by myserver-1.0-1.x86_64
> libXext.so.6 is needed by myserver-1.0-1.x86_64
> libXi.so.6 is needed by myserver-1.0-1.x86_64
> libXrender.so.1 is needed by myserver-1.0-1.x86_64
> libXtst.so.6 is needed by myserver-1.0-1.x86_64
> libasound.so.2 is needed by myserver-1.0-1.x86_64
>
> Considering the app already runs fine on this same system, I'm a bit
> confused that it is complaining of missing dependencies.
>
> Scott
More information about the openjfx-dev
mailing list