closed
Public

I have Ubuntu and I need to know how to install ForeUI version 1.60.

I have noticed that there are not detailed instructions on how to do this anywhere on the site. I have also looked on Google and Bing with no luck. Please provide detailed instructions on how to install in Linux Distributions.

4 answers

Hi, you need to download and use the Minimal Bundle (“ForeUI.tar.gz” file) in Ubuntu,

The instruction is in our FAQ: http://www.foreui.com/faq.htm You can take a look at the 4th question, just follow the steps for Linux.

#1

I can use it now and I thank you for your patience.

#2

I on the other hand cannot get it installed correctly. I have Java installed, I checked using java -version. I downloaded the minimal bundle, extracted it using the archive manager. tried to sudo sh launch.sh to be told /bin/java not found…..Any ideas?

#3
  1. Hi Andy, you need to make sure the JAVA_HOME environment variable has pointed to your JRE install directory.
  2. export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.16/
    cd ForeUI
    sh launch.sh
  3. I will post a picture of the java information to help you, because not everyone has the same java version installed.
  4. Updated it to

    #Export JAVA Environment Variable Script#
    export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre
    cd
    cd Downloads/ForeUI
    sudo sh launch.sh
    echo $JAVA_HOME

    Just paste the above script into Terminal
    Then typ sh launch.sh

#4

This question is now closed