Question
Yana Rchks · Oct 1, 2019

Atelier: Install

I've installed Atelier according to instructions but after rebooting Eclipse there is not opportunity to launch Atelier. In preferences there is not Atelier. I've tried to update and reinstall Atelier but it didn't get a result. I checked it was installed on my PC. 

How can I solve this problem? And why I faced to this situation?

All needed components were been installed earlier.

0
0 269
Discussion (2)1
Log in or sign up to continue

The two most common problems when we see behavior like this are:

  1. An unsupported version of Eclipse is installed - Eclipse Photon is the only supported version for Atelier. You can check your Eclipse version by going to the "About Eclipse" menu.
  2. An unsupported version of Java is installed - Java 8 is the only supported version for Atelier. You can check your Java version by entering "java -version" in an OS command prompt.

If you are still having trouble feel free to comment here in the Developer Community, or open a new WRC case (by emailing support@intersystems.com) to investigate with InterSystems Support.

On Ubuntu 18.04, Java 11 is installed by default.

To change it, run the following commands:

sudo apt install openjdk-8-jdk
sudo update-alternatives --config java

Select the Java 8 version, and then verify the changes with:

java -version

Restart the Eclipse IDE and it should work.