The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
hello @arellano - that's a weird one. Can you please post a screen shot?
Tagging @zprekopcsak.
Scott
Hi @arellano,
I assume your JAVA_HOME is still pointing to a different Java version. To check this you can execute
from the terminal.
Best,
Edin
This is the result of $JAVA_HOME
Yes, this means that Studio is being run by Java 7 or earlier, while we require Java 8. If you enter java -version in the command line, it should show that it is using Java 8. You probably need to edit your path to make sure that the Java 8 binary is picked up first.