Hello,
I'd like to scale the gui because the text of rapidminer studio is so tiny that it is hard to see. After searching, there exist the following tutorial. However I didn't know how to add the extra parameters. I launch the program through bash with "./Rapidminer-studio.sh". It will alert error when running "./Rapidminer-studio.sh -Dsun.java2d.uiScale=2"
I also tried to modify the Rapidminer-studio.sh, add such parameter after the ${JAVA}, but it doesn't work either.
The official document says:
"To work around this problem, please pass the following parameter when launching Studio: -Dsun.java2d.uiScale=2
and adapt the scaling factor as needed for your setup. "
Thank you.