cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
frank2oh
Level 3

Installer Hanging on Evaluation License Message in Ubuntu

Hey folks,

I've created a basic installer for my app that runs on Windows just fine. On Ubuntu it hangs when the progress bar nearly reaches the end and never recovers. Below are some system details. Any ideas?



gilroy_f@trinity:~$ uname -a
Linux trinity 2.6.32-38-generic #83-Ubuntu SMP Wed Jan 4 11:13:04 UTC 2012 i686 GNU/Linux
gilroy_f@trinity:~$ cat /etc/*rel*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.3 LTS"
gilroy_f@trinity:~$ java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.10) (6b20-1.9.10-0ubuntu1~10.04.3)
OpenJDK Client VM (build 19.0-b09, mixed mode, sharing)
gilroy_f@trinity:~$
Labels (1)
0 Kudos
(1) Reply
madhavbantwal
Level 6

Hi frank2oh,

This is mainly because Installanywhere does not support Open JDK Currently.

You either have to bundle your Linux Installer with Java or install the Java SE on your Linux Box and set the Path and run the installer or follow the bellow procedure once you install Java SE

/install.bin LAX_VM -i (gui/console/silent)

Hope this Helps

Thanks,
Madhav Pai
0 Kudos