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:
Or the complete command line:
java -jar Euclide.jar
(you may need to adapt version numbers of library if needed).
java -cp Euclide.jar;./lib/javaGeom-0.9.0.jar;./lib/log4j-1.2.15.jar;./log Euclide
back to home