1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

Bug 381029 - [releng] replace Java "Sun" reference in docs by "Oracle"

This commit is contained in:
Martin Oberhuber 2012-05-30 12:13:18 +00:00
parent 0822b45ce6
commit e708f75910
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ plugin@org.eclipse.rse.connectorservice.ssh=v201205071400,:pserver:anonymous:non
plugin@org.eclipse.rse.connectorservice.telnet=v201205071400,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservice.telnet
plugin@org.eclipse.rse.core=v201205301135,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.tm.rse/plugins/org.eclipse.rse.core
plugin@org.eclipse.rse.doc.isv=v201205301203,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.tm.rse/doc/org.eclipse.rse.doc.isv
plugin@org.eclipse.rse.doc.user=v201205301203,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.tm.rse/doc/org.eclipse.rse.doc.user
plugin@org.eclipse.rse.doc.user=v201205301213,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.tm.rse/doc/org.eclipse.rse.doc.user
plugin@org.eclipse.rse.dstore.security=v201205071400,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.tm.rse/plugins/org.eclipse.rse.dstore.security
plugin@org.eclipse.rse.efs=v201205221738,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.tm.rse/plugins/org.eclipse.rse.efs
plugin@org.eclipse.rse.efs.ui=v201205071400,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/tools,,org.eclipse.tm.rse/plugins/org.eclipse.rse.efs.ui

View file

@ -36,10 +36,10 @@ for Linux. There are servers for Linux, AIX, a generic Unix version that can be
of Unix, and an experimental Mac OS X version.</li>
<li>Ensure that Perl is installed.</li>
<li>Ensure that a Java Runtime Environment (JRE) version 1.4 or higher is installed.
An IBM, Sun or equivalent JRE is required; The gcj-based jvm shipped with most Linux
An IBM, Oracle or equivalent JRE is required; The gcj-based jvm shipped with most Linux
distributions does not work. If in doubt, run the command <br/><tt>java -version</tt> (see
below) and check if there is a reference to gcj. You can download a Sun JRE from
<a href="http://java.sun.com">http://java.sun.com</a>.</li>
below) and check if there is a reference to gcj. You can download an Oracle JRE from
<a href="http://www.oracle.com/technetwork/java/">http://www.oracle.com/technetwork/java/</a>.</li>
<li>Create a directory where you want to install the server code. The remainder
of these instructions will assume the directory /opt/rseserver (suitable for
team sharing), but you are free to use any directory.</li>