/usr/share/doc/libcolt-free-java/install.html is in libcolt-free-java-doc 1.2.0+dfsg-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Do not edit this autogenerated HTML file; edit src/xdocs files instead. --><html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css"> @import url("style.css"); </style><title>Colt - Installation Instructions</title><meta content="Wolfgang Hoschek" name="author"><meta content="whoschek.AT.lbl.DOT.gov" name="email"></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><!--HEADER--><table bgcolor="#ffffff" cellspacing="0" width="100%" border="0"><tr><td align="left" width="33%">
<a href="http://dsd.lbl.gov/~hoschek/colt">
<img src="images/colt-logo.gif" border="0" width="160" height="100" alt="">
</a>
</td><td align="center" width="33%">
<img src="images/colt-title.jpg" alt="">
</td><td align="right" width="33%">
<a href="http://www.cern.ch">
<img src="images/cern-logo.gif" border="0" alt="">
</a>
</td></tr></table><!--TOP LINK MENU NAVIGATION--><div class="link"><table cellspacing="0" cellpadding="0" width="100%" border="0"><tr valign="baseline"><td align="left"><a href="http://dsd.lbl.gov/~hoschek/colt" title="Click to jump to Colt"><font color="#3366ff">Colt</font></a><a href="http://dsd.lbl.gov/sea/" title="Click to jump to Sea"><font color="#3366ff">Sea</font></a><a href="http://dsd.lbl.gov/firefish" title="Click to jump to Firefish"><font color="#3366ff">Firefish</font></a></td><td align="right"> Version 1.2.0 - Last published Sep 9, 2004</td></tr></table></div><table cellspacing="4" width="100%" border="0"><tr><!--LEFT SIDE NAVIGATION--><td class="leftcol" nowrap="nowrap" align="left" valign="top"><div class="frame item"><div class="name">Software</div><div class="content"><a href="./index.html">Home</a><a href="http://dsd.lbl.gov/~hoschek/colt-download">Download</a><a href="./install.html">Installation</a><a href="./readme.html">Readme</a><a href="./mailing.html">Mailing List</a><a href="./changelog.html">Changelog</a></div></div><div class="frame item"><div class="name">Development</div><div class="content"><a href="./dependencies.html">Dependencies</a><a href="./api/index.html">Javadoc API</a><a href="./license.html">License</a></div></div><div class="frame item"><div class="name">Search</div><div class="content"><form method="get" action="http://www.google.com/search"><input name="as_sitesearch" type="hidden" value="dsd.lbl.gov"><input name="as_q" maxLength="256" size="13" value="" type="text"></form></div></div></td><!--LEFT SIDE SUBNAVIGATION--><!--RIGHT SIDE MAIN BODY--><td valign="top" align="left"><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Supported Platforms"><strong>Supported Platforms</strong></a></font></td></tr><tr><td><blockquote>
<ul>
<li> Colt should happily run on any Unix and any Windows with java-1.2.x or higher.
Currently, we know it runs at least on Linux, Solaris, MacOSX and Windows 2000 or higher.
</li>
</ul>
</blockquote></td></tr></table><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Download and Decompress Files"><strong>Download and Decompress Files</strong></a></font></td></tr><tr><td><blockquote>
<ul>
<li> Download <code>colt-{version}.(tar.gz, zip)</code> from <a href="http://dsd.lbl.gov/~hoschek/colt-download">here</a>.
Releases can be installed via a tar.gz file (Unix) or zip file (Windows).
</li>
<blockquote>
<div class="frame warning"><div class="name">Warning</div><div class="content">
<ul>
<li> Because of a bug in Solaris tar, Solaris users should use <a href="http://www.mysql.com/downloads/os-solaris.html">gnu
tar</a> to unpack archives. </li>
<li> Due too an obscure bug, Winzip and possibly other Windows
decompression tools may miss empty directories. Consequently, use
the .zip download file on Windows, and DO NOT decompress tar[.gz]
files on Windows. </li>
</ul>
</div></div>
</blockquote>
<li>Decompress the file into any convenient directory (the software is relocatable)</li>
<blockquote> In the examples below we assume as installation directory
<pre class="source">
/opt/colt (Unix)
c:\colt (Windows)
</pre>
If you choose to install into an alternative location (e.g. <code>/usr/local,
$HOME, d:\apps</code>) then substitute the paths used in examples on this
website accordingly.
<pre class="source">
cd /opt
tar -zxvf colt-{version}.tar.gz (Unix)
Winzip colt-{version}.zip (Windows)
</pre>
This will create the directory tree <code>/opt/colt/</code> (Unix) or
<code>c:\colt</code> (Windows).
</blockquote>
<li>Add colt.jar and concurrent.jar to your CLASSPATH</li>
<blockquote>
<pre class="source">
export CLASSPATH=/opt/colt/lib/colt.jar:/opt/colt/lib/concurrent.jar:$CLASSPATH (on Unix bash style)
set CLASSPATH=c:\colt\lib\colt.jar;c:\colt\lib\concurrent.jar;%CLASSPATH% (on Windows)
</pre>
</blockquote>
</ul>
</blockquote></td></tr></table><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Deinstallation"><strong>Deinstallation</strong></a></font></td></tr><tr><td><blockquote>
<ul>
<li>If you ever want to uninstall the software, type</li>
<blockquote>
<pre class="source">
rm -fr /opt/colt (Unix)
rmdir c:\colt /s/q (Windows)
</pre>
</blockquote>
</ul>
</blockquote></td></tr></table></td><!--RIGHT SIDE NAVIGATION--></tr></table><!--FOOTER SEPARATOR--><hr size="1" noshade="noshade"><!--FOOTER--><table bgcolor="#ffffff" cellspacing="0" width="100%" border="0"><tr><td align="left" width="33%">
</td><td align="center" width="33%">
<font color="#525D76" size="-1">
<em>
Copyright © 1999, <a href="http://www.cern.ch/">CERN - European Organization for Nuclear Research</a>
</em>
</font>
</td><td align="right" width="33%">
<a href="http://validator.w3.org/check/referer"><img src="images/valid-html401.png" alt="Valid HTML 4.01!" width="88" height="31" border="0"> </a>
<a href="http://jigsaw.w3.org/css-validator/"><img src="images/valid-css.png" alt="Valid CSS!" width="88" height="31" border="0"> </a>
</td></tr></table></body></html>
|