"desktop icon for mac"

mylesg
mylesg New Altair Community Member
edited November 5 in Community Q&A
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
Tagged:

Answers

  • Nils_Woehler
    Nils_Woehler New Altair Community Member
    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,
    Nils
  • earmijo
    earmijo New Altair Community Member
    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.
  • Nils_Woehler
    Nils_Woehler New Altair Community Member
    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,
    Nils