diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -36,13 +36,13 @@ documentation files are: UTILITIES -ivy-java comes with a number of simple utility programs intended to test -and demonstrate its features. These are compiled into the Java archive -file. To run the TestIvySwing program, you will need the swing package if you -are running a jdk1.1 . If you want to run Probe or IvyDaemon, you will also -need gnu.getopt, which is available at -http://www.urbanophile.com/~arenn/hacking/download.html, and put those -class files in your classpath as well. +ivy-java comes with a simple utility program intended to test +and demonstrate its features. It is compiled into the Java archive +file. To run fr.dgac.ivy.Probe, you will need gnu.regexp and gnu.getopt, +which are available at http://www.urbanophile.com/~arenn/hacking/download.html, and put those class files in your classpath as well. + +There is also a couple of simple graphical utilities akin to Probe ( TestIvy +and TestIvySwing ). You can try them as well HACKING |