Euclide download

How to get it ?

The best is to use the download page of the project hosted on sourceforge.

How to run it ?

First extract the archive, then double-click the file "Euclide.jar". This should launch the program.

If this does not work, try to type the following in a console window:

 java -jar Euclide.jar
Or the complete command line:
 java -cp Euclide.jar;./lib/javaGeom-0.9.0.jar;./lib/log4j-1.2.15.jar;./log Euclide
(you may need to adapt version numbers of library if needed).



back to home