Hi all,
many of you have two versions of Java installed on your system, namely
Java 6 as distributed by Apple and Java 7 as distributed by
Oracle. When installing Java 7, it will take over the place from Java
6 as the Java component on the system and it's not possible to easily toggle
between the two.
To make this easier for everyone, I've written a script which toggles
the Java Web Start version. It switches between using Java 6 and Java
7 (if you've got these two installed).
You use it as follows:
1) Open your Terminal and type these commands to install the
command:
2) You are now ready to run it:
You can run the script as many times as you like to toggle between the two versions of Java Web Start.
Enjoy!
-Torstein
many of you have two versions of Java installed on your system, namely
Java 6 as distributed by Apple and Java 7 as distributed by
Oracle. When installing Java 7, it will take over the place from Java
6 as the Java component on the system and it's not possible to easily toggle
between the two.
To make this easier for everyone, I've written a script which toggles
the Java Web Start version. It switches between using Java 6 and Java
7 (if you've got these two installed).
You use it as follows:
1) Open your Terminal and type these commands to install the
command:
Code:
$ cd ~/Downloads/ $ curl -s https://raw.github.com/skybert/my-little-friends/master/bash/osx/toggle-javaws-version.sh > toggle-javaws-version.sh $ chmod +x toggle-javaws-version.sh
Code:
$ ./toggle-javaws-version.sh Java web Start uses Java 6, changing it to Java 7 ... Enter your password to change the Java version Password: Java web start version updated successfully :-)
Enjoy!
-Torstein
Comment