"desktop icon for mac"
mylesg
New Altair Community Member
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
0
Answers
-
Hi,
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,
Nils0 -
What I have done in my class is suggest students create an "application" with the Automator of the type "Run Shell Script". In the text window simply write :
java -jar -Xmx1G .../rapidminer/lib/rapidminer.jar
Now RapidMiner can be launched as a regular application.0 -
Hi,
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,
Nils0