Skip to main content
June 14, 2014
Question

CF11 install linux failure...Launching installer... JRE libraries are missing or not compatible....

  • June 14, 2014
  • 1 reply
  • 7778 views

CF11 install linux failure

Expected: bundled JRE should work on Ubuntu 13.1

Launching installer...

JRE libraries are missing or not compatible....

# java -version

java version "1.7.0_55"

OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1~0.13.10.1)

OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)

    This topic has been closed for replies.

    1 reply

    June 14, 2014

    Same issue with:

    java version "1.8.0_05"
    Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)

    Participant
    January 28, 2015

    My solution for this problem:

    sudo su

    cd /

    mkdir tmp2

    IATEMPDIR=/tmp2

    export IATEMPDIR

    I've searched alot for this solution. In my case on a server someone else configured I was unable to operate fully on /tmp.

    Please tell me if you succeeded! Btw, if there is not enough space on the drive containing /tmp it can cause this problem.

    jeremyj99589774
    Participant
    October 15, 2015

    steffenschuchardt, you are amazing. I've been banging my head against my desk for a couple of hours over this issue.

    I was able to get the installer launched with /tmp2

    Thank you so much!!