kcassell 2003/03/26 13:20:05
Modified: xdocs installing.xml
Log:
Requires Java 1.4, not 1.2.
Revision Changes Path
1.3 +35 -35 jakarta-jmeter/xdocs/installing.xml
Index: installing.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/installing.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- installing.xml 28 Aug 2001 21:28:33 -0000 1.2
+++ installing.xml 26 Mar 2003 21:20:05 -0000 1.3
@@ -1,40 +1,40 @@
<?xml version="1.0"?>
<document>
<properties>
- <author email="[EMAIL PROTECTED]">Brendan Burns, et al.</author>
- <title>Installing JMeter</title>
+ <author email="[EMAIL PROTECTED]">Brendan Burns, et al.</author>
+ <title>Installing JMeter</title>
</properties>
<body>
<section name="requirements">
<a NAME="Requirements"></a>
<ul>
- <li><b>Java Environment</b><br/>
- A fully compliant Java 1.2 environment is required for Apache JMeter
to execute. Since
- Apache JMeter uses only standard Java APIs (java.*), please, do not
file in a bug report
- if your JRE fails to execute Apache JMeter because a class
implementation is missing, or
- not fully compliant.</li>
- <li><b>Java JFC</b> (Swing components)<br/>
- Swing GUI extentions are required for Apache JMeter. Due to
incompatibility in the package
- names, the precompiled version works only with Swing placed under the
package <b>javax.swing</b>
- which is its final destination found in the Java 2(tm) platform. </li>
- <li><b>Java Compiler</b> [optional]<br/>
- A Java compiler is not needed since the distribution includes a
precompiled java binary
- archive. Note that a compiler is required if you plan to recompile the
source code or if
- you plan to build your own plugins.</li>
- <li><b>SAX 1.0 XML Parser</b> [optional]<br/>
- The SAX 1.0 libraries and a SAX compliant parser are necassary for
- restoring of saved HTTPSamples and to compile Apache JMeter. JMeter ships
with Apache's
- <a href="http://xml.apache.org">Xerces</a> parser.</li>
- <li>
- <a href="http://www.javasoft.com/products/javamail">
- <b>Java Mail<sup><font size="-2">tm</font></sup></b></a> &
- <a href="http://www.javasoft.com/beans/glasgow/jaf.html">
- <b>javax.activation</b>
- </a>
- [optional]<br/>
- The javax.mail & javax.activation packages are required to receive mail
notifications from JMeter. </li>
- <li><b>JSSE</b> [optional]<BR/>
- JSSE is used to provide an SSL implementation to enable testing of
https protocol.</li>
+ <li><b>Java Environment</b><br/>
+ A fully compliant Java 1.4 environment is required for Apache
JMeter to execute. Since
+ Apache JMeter uses only standard Java APIs (java.*), please, do not
file in a bug report
+ if your JRE fails to execute Apache JMeter because a class
implementation is missing, or
+ not fully compliant.</li>
+ <li><b>Java JFC</b> (Swing components)<br/>
+ Swing GUI extentions are required for Apache JMeter. Due to
incompatibility in the package
+ names, the precompiled version works only with Swing placed under
the package <b>javax.swing</b>
+ which is its final destination found in the Java 2(tm) platform.
</li>
+ <li><b>Java Compiler</b> [optional]<br/>
+ A Java compiler is not needed since the distribution includes a
precompiled java binary
+ archive. Note that a compiler is required if you plan to recompile
the source code or if
+ you plan to build your own plugins.</li>
+ <li><b>SAX 1.0 XML Parser</b> [optional]<br/>
+ The SAX 1.0 libraries and a SAX compliant parser are necassary for
+ restoring of saved HTTPSamples and to compile Apache JMeter. JMeter ships
with Apache's
+ <a href="http://xml.apache.org">Xerces</a> parser.</li>
+ <li>
+ <a href="http://www.javasoft.com/products/javamail">
+ <b>Java Mail<sup><font size="-2">tm</font></sup></b></a> &
+ <a href="http://www.javasoft.com/beans/glasgow/jaf.html">
+ <b>javax.activation</b>
+ </a>
+ [optional]<br/>
+ The javax.mail & javax.activation packages are required to receive mail
notifications from JMeter. </li>
+ <li><b>JSSE</b> [optional]<BR/>
+ JSSE is used to provide an SSL implementation to enable testing of
https protocol.</li>
</ul>
</section>
<section name="Installing Apache JMeter">
@@ -44,12 +44,12 @@
application and the system wrappers you need to run Apache JMeter. You may want
to go the <a HREF="running.html">running instructions</a> to continue. </p>
<p>If the precompiled binary doesn't match your system (Swing package
incompatibility) or
you simply want to recompile the source code, you may use Apache's Ant. </p>
- <p>To build with ant:
- <ul>
- <li>move to the base of the jmeter distribution</li>
- <li><b>Linux/Unix</b>: run "build.sh install"</li>
- <li><b>Windows</b>: run "build install"</li>
- </ul>
+ <p>To build with ant:
+ <ul>
+ <li>move to the base of the jmeter distribution</li>
+ <li><b>Linux/Unix</b>: run "build.sh install"</li>
+ <li><b>Windows</b>: run "build install"</li>
+ </ul>
</p>
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]