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
launching RapidMiner-Studio.sh
hi there !
when I try to launch ./RapidMiner-Studio.sh in my ubuntu linux device , I encounter with this exception :
when I try to launch ./RapidMiner-Studio.sh in my ubuntu linux device , I encounter with this exception :
SEVERE: Failed to read RM preferences for user specified license settings: /home/amq/.RapidMiner/rapidminer-studio-settings.cfg
Exception in thread "main" java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
at java.base/java.lang.System.setSecurityManager(System.java:425)
at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:918)
at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:332)
how can I solve it ?
I want to point out that I have the latest java version.
thanks.
I want to point out that I have the latest java version.
thanks.
0
Best Answer
-
jwpfau Employee-RapidMiner, Member Posts: 303 RM EngineeringHi Ahmad,
For RapidMiner 10 you need Java 11 for version 9 and before Java 8.
Greetings,
Jonas2