Linking the database - just once before you first start the program

 

  1. Start button in Windows environment
  2. Settings
  3. Control Pannel
  4. ODBC
  5. System DSN Window
  6. Add
  7. Microsoft Access Driver
  8. Finish
  9. In the field Data Source Name put URLbase
  10. Select
  11. select the database url.mdb in the tropical directory
  12. Advanced
  13. in the fields for username and password type mladen and java
  14. OK, OK, OK...

 

starting the program

 

In JDK 1.1.4 Package:

java tropical -dProxySet=true -dProxyHost=proksi -dProxyPort=port

 

proksi is IP address of proxy server you are using

port port number of this proxy server

I suggest you put this line in tropical.bat file and then just type tropical each time.

 

Example of the command line is:

java tropical -dProxySet=true -dProxyHost=147.91.8.62 -dProxyPort=8080

 

Input parameters

 

 

Output window

 

 

Result of the program work can also be found in the file izlaz.html in the Tropical directory and can be viewed during program execution.

 

Avoid experimenting with files that contain more than 20 Hyperlinks, for program might get stuck. I promise new version will overcome that problem.

Good luck!

 

Author