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.
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?
This question is now closed
cd ForeUI
sh launch.sh
#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