Install4J linux installer fails with "no server JVM at" error unless you use -J-client
NickName:Pete Brower Ask DateTime:2015-07-22T21:23:39

Install4J linux installer fails with "no server JVM at" error unless you use -J-client

I have an installer I created a few weeks ago that runs fine on Linux and installs my software perfectly. I had to reload Install4J and recreate my installer project. Now the installer that I build fails to run on Linux with an error...

Error: no server' JVM at/home/jaz/542/rc2/appxsetup-linux-32.sh.8376.dir/jre/lib/i386/server/libjvm.so'.

I am using the same JRE bundle as before. I compared the generated installer scripts and noticed that the older installer includes a -client option when running the JRE. I ran the failing installer with a -J-client option and now it works.

Any idea why Install4J decided to not include that JVM command line option and how to convince it to start adding it again?

Copyright Notice:Content Author:「Pete Brower」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/31564474/install4j-linux-installer-fails-with-no-server-jvm-at-error-unless-you-use-j

More about “Install4J linux installer fails with "no server JVM at" error unless you use -J-client” related questions

Install4J linux installer fails with "no server JVM at" error unless you use -J-client

I have an installer I created a few weeks ago that runs fine on Linux and installs my software perfectly. I had to reload Install4J and recreate my installer project. Now the installer that I build

Show Detail

Install4j installer facing bigger font size issue on linux RHEL 6.4

We are using install4j for to build our installer. We are facing bigger font size issue on linux RHEL 6.4. On Linux RHEL 64, installer showing bigger font then windows which in turns to UI issue ...

Show Detail

Suppress GUI Mode in install4j for Linux Installer While Allowing GUI Mode for Windows Installer

We are using install4j to generate a Windows and a Linux installer for our application. We would like our users to use the GUI mode for installations on Windows and the console mode for installatio...

Show Detail

Create user with install4j for linux installer

I have a requirement where I am installing with sudo as I need root access for some actions. I have to create couple of unix users with install4j and then use these users in systemd file to start a

Show Detail

install4j 6.1.1 Linux installer issue that worked in 6.0.3

I have my installer set up so that if the installer is run in the terminal/cmd with a parameter, it runs a script in the 'Finish' section after installation that uses a class and a resource from my...

Show Detail

Code signing for linux executable using install4j

I am using Install4j and .pfx file in order to provide digital signature for my installer (.exe) for windows, but I can't find any way to do it for my installer for linux (.sh). There are any way t...

Show Detail

Install4j installer for Linux shows logs on the console when run from terminal

On initializing the linux install4j installer from terminal it shows logs in the background while installation GUI pops up. Could somebody suggest me what can be the possible reason and how to fix it.

Show Detail

Linux install4j installer changes/resets target folder permission to default (755) upon uninstall

We've discovered that our Linux install4j installer changes/resets target folder permission to default (755) upon uninstall. More details below. Before installation: target main "app" fo...

Show Detail

Decode installer made by install4j

I want to build an installer as Jira by install4j but they have some custom actions in the installer. I am wondering that is there a method to decode installer or reserve an installer made by insta...

Show Detail

Install MySql With default Configure automatically with install4j on Linux

I building a installer for my application and want to install mysql With default Configure on user PC automatically. how to install mysql automatically without be user set Configure(example passwor...

Show Detail