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
|
<HTML>
<HEAD>
<TITLE>Pull Parser 2 Requirements
</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Aleksander Slominski [aslom@extreme.indiana.edu]">
</HEAD>
<BODY BGCOLOR="white">
<H1>Pull Parser 2 Requirements</H2><P>
<H2>Hardware</H2>
<p>This is utility software and is designed to run from J2ME devices
(such as Palm Pilot and Java enabled telephones) to J2EE servers.
<H2>Software</H2>
<ul>
<li>JDK 1.1 or better for all code except SWING sample.
to build SWING sample JDK 1.2 or better is required.
<li>working ANT 1.3 instalation to build from source
(not required as precompiled code is included)
<P>JUnit 3.7 to compile automatic tests [included in lib subdirectory]
and ANT 1.3 JUnit optional task to run junit tests from ant
(ANT optional tasks JAR must be downloaded and installed).
However if necessary tests can be run manually
<li>
requirements to build and run J2ME JAR version and sample
midlets are <a href="j2me.html">in separate document</a>.
<p>[<a href="../README.html">Back To Pull Parser 2 Documentation</a>]
<HR>
<address><a href="aslom@extreme.indiana.edu">Aleksander Slominski</a><address>
</BODY>
</HTML>
|