JIProlog Readme

- JIP Package:

JIProlog  package is in the directory ".\Classes". It is a zip file 
named "JIPPackage.zip".

It is composed by a console named JIPConsole to edit and run you prolog 
code and a prolog interpreter named JIProlog to run your tested prolog 
code as a stand-alone program.

------------------------------------------------------------------------------
See the file "index.html" and "Presentation.html" to know more about JIProlog 
and how to use it.
------------------------------------------------------------------------------

- Installation:

You must have installed on your local machine the Java™ Development Kit JDK 1.1.x
(or later) or the Java™ Runtime Environment JRE 1.1.x (or later). 
You can download them from:
http://www.javasoft.com/products/jdk/1.1/ 
http://www.javasoft.com/products/jdk/1.1/jre/index.html

Also, you may add JIPPackage.zip to your CLASSPATH environment variable.

(if you are using a later version, such as Java 2 Platform 1.2.2, you must do
the same steps following the rules to run an application)

----------------------------------------------------------------------------

- To run JIPConsole as an application:

If you add JIPPackage.zip package to the classpath environment variable you can use:

java JIP.JIPConsole

otherwise you have to use

java -classpath %CLASSPATH%;<JIPDir>/Classes/JIPPackage.zip JIP.JIPConsole

(if you are using a later version, such as Java 2 Platform 1.2.2, you must do
the same steps following the rules to run an application)

-----------------------------------------------------------------------------

- To run JIPConsole as an applet:

Double-click on JIPConsole.html

----------------------------------------------------------------------------

- Compatibility

JIProlog has been successfully tested on the following platforms: JDK1.1.3, JDK1.1.8, JRE1.1.8, Java 2 Platform 1.2.2, Internet Explorer 5.0, Netscape Navigator 4.5. If you are using another platform and you discover any bug, please don't hesitate to send me an e-mail to jiprolog@yahoo.com or fill and submit the feedback form.

----------------------------------------------------------------------------


---------------------------------------
See the file "index.html" to know more.
---------------------------------------

You can find more info and the all update at:
http://www.geocities.com/jiprolog
e-mail: jiprolog@yahoo.com