I need to get mySQL database schema output in html format, so I started working on this with SchemaSpyGUI.
Now, when I click on Start SchemaSpy it generate with this errors :
Failed to query Graphviz version information with: dot -V java.io.IOException: Cannot run program "dot": CreateProcess error=2, The system cannot find the file specified
Using database properties: [D:\Saurin\mySQL\schemaSpy_5.0.0.jar]/net/sourceforge/schemaspy/dbTypes/mysql.properties
--
Failed to connect to database URL [jdbc:mysql://192.168.1.11/dbmsTest]
Note: I downloaded graphviz from : http://www.graphviz.org/Download.php
and set dot in environment variable too;