[jsword-svn] jsword-web/web s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Fri Jan 6 21:10:53 MST 2006


Update of /cvs/jsword/jsword-web/web
In directory www.crosswire.org:/tmp/cvs-serv23417/web

Modified Files:
	linuxjava.html 
Log Message:
build and html changes

Index: linuxjava.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/linuxjava.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** linuxjava.html	6 Jan 2006 20:45:02 -0000	1.3
--- linuxjava.html	7 Jan 2006 04:10:51 -0000	1.4
***************
*** 1,4 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
! <html>
    <head>
      <title>Obtain and Install Java for Linux</title>
--- 1,6 ----
! <?xml version="1.0" encoding="iso-8859-1"?>
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
!   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
! <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
      <title>Obtain and Install Java for Linux</title>
***************
*** 25,29 ****
  </p>
  <p>
!   The following steps will allow you to install Sun's Java correctly.
  </p>
  <ol>
--- 27,32 ----
  </p>
  <p>
!   The following steps will allow you to install Sun's Java correctly. Below is how to install Java 1.5
!   but the same can be done for Java 1.4.2.
  </p>
  <ol>
***************
*** 86,90 ****
    <li>Rebuild the JPackage Java 1.5.0 Source RPM.
        <p class="instruction">rpmbuild --rebuild java-1.5.0-sun-1.5.0.05-1jpp.nosrc.rpm</p>
!       <p>There will be lots of output!</>
    </li>
    <li>Install the newly created unsigned RPMs. (This will require temporarily changing /etc/yum.conf so that gpgcheck=0. Remember to set it back when you are done!) These will be below ~/rpm/RPMS. If ~/rpm/RPMS/i586 then the command would be:
--- 89,93 ----
    <li>Rebuild the JPackage Java 1.5.0 Source RPM.
        <p class="instruction">rpmbuild --rebuild java-1.5.0-sun-1.5.0.05-1jpp.nosrc.rpm</p>
!       <p>There will be lots of output!</p>
    </li>
    <li>Install the newly created unsigned RPMs. (This will require temporarily changing /etc/yum.conf so that gpgcheck=0. Remember to set it back when you are done!) These will be below ~/rpm/RPMS. If ~/rpm/RPMS/i586 then the command would be:
***************
*** 94,97 ****
--- 97,101 ----
        <p class="instruction">su -c "ln -s /etc/alternatives/javaws /usr/bin/javaws"</p>
    </li>
+   </ol>
    </body>
  </html>



More information about the jsword-svn mailing list