Page History
...
Current version of CS-Studio doesn't run on the Java 9 VM. If you have installed Java 9 (possibly because you are evaluating or working with it) and Java 8, then you need to tell CS-Studio to used Java 8.
On MacOS X
- Right-click on the ESS CS-Studio.app application and select Show Package Contents menu item;
- Navigate into the
Contents/Eclipse
folder and edit theESS CS-Studio.ini
file; - Before
--launcher.library
add the following two lines:
...
/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/jre/bin
where jdk1.8.0_152.jdk
should be replaced by the Java 8 version you have installed.
On CentOS
- Edit the
/opt/cs-studio/ESS CS-Studio.ini
file; - Before
--launcher.library
add the following two lines:
-vm
/usr/java/jdk1.8.0_144/jre/bin
where jdk1.8.0_144
should be replaced by the Java 8 version you have installed.
css-update
Note: the following instuctions are deprecated for the Development Machine 3.0.0 and newer. The supported method to update CS-Studio is described here.
...