Changes

Jump to: navigation, search

Java

29 bytes added, 15:52, 20 April 2015
m
Java Runtime Environment (JRE) 8: Grammar & typo corrections
To uninstall the old Java 7 and 8 versions you can use a [http://wpkg.org/index.php?title=Remove_Java a removal package].
I suggest use using this to remove all Java7 versionsof Java 7:
<install cmd='wmic product where "name like &apos;Java 7%%&apos;" call uninstall' />
and to remove all Java8 Java 8 is similar:
<install cmd='wmic product where "name like &apos;Java 8%%&apos;" call uninstall' />
Indeed you can use the last line to remove Java8Java 8, like this:
<remove cmd='wmic product where "name like &apos;Java 8%%&apos;" call uninstall' />
It´s easier to mantain even if it slower to run.
Java6 also Java 6 can also be removed this way, but it have has that ugly TM, so the command line must includ include it:
<install cmd='wmic product where "name like &apos;Java(tm) 6 %%&apos;" call uninstall' />
(you You may need to put a space before (tm) for some versions)
<source lang="xml">
91
edits

Navigation menu