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
"desktop icon for mac"
Looking at the ways you can start RM- I note that on a Windows machine installation, a desktop icon is created.
Can something similar be created for the Mac? I am using this with students (many who have Macs)- and prefer for them not to have to find the .jar file to launch the GUI.
Thanks
MPG
Can something similar be created for the Mac? I am using this with students (many who have Macs)- and prefer for them not to have to find the .jar file to launch the GUI.
Thanks
MPG
Tagged:
0
Answers
at the moment this is not possible. But we are planning to create an .dmg installer for Mac that allows simple dragging of RM to your application folder.
Best,
Nils
java -jar -Xmx1G .../rapidminer/lib/rapidminer.jar
Now RapidMiner can be launched as a regular application.
instead of running the jar I would recommend you to start RapidMiner with RapidMinerGUI script contained in the script folder.
Maybe you have to change the permission rights first before you can start it with 'chmod +x RapidMinerGUI'. The script has to be executed
from the main folder of RapidMiner like this: './scripts/RapidMinerGUI' or from within the scripts folder if you have set the RAPIDMINER_HOME environment variable.
Within the script you should also adapt the number of memory you want to use for RM. From version 5.3 on, which will be released next week,
the standard memory size is set to 1024MB.
Best,
Nils