aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.08k stars 483 forks source link

Java version requirements not listed in documentation #489

Open WEP11 opened 5 years ago

WEP11 commented 5 years ago

The required Java version is not listed in README.md . This is important since the binaries do not work on Ubuntu 18.04 with later Java versions. I needed to change the default java version to 8 to make Aptana start. Additionally, I tried setting $JAVA_HOME but was unable to get Aptana to recognize the variable.

ravimisra commented 5 years ago

Please install Java 8 from official Ubuntu repositories: $ sudo apt install openjdk-8-jre openjdk-8-jdk