I have a major question on cloverGUI.
I’ve build a very simple project with cloverGUI, that reads from MSAccess and writes do mySQL.
The project haves the following structure:
Folder: [dbConnection] where I hold connections (.cfg)
Folder: [graph] where I hold the varius graphs (.grf)
Folder: [source] where I hold some .csv files
Folder: [metadata] where I hold all metadata files (.fmt)
Now I need to run these graphs using this external java application, but I don’t know how to run graphs (created with cloverGUI) on a java program.
I’ve already tried to export my ETL project to a jar file and add it to my java project buildpath, and tried to use the code samples at koders.com (the testXMLGraph.java) but I doesn’t work.
So, how can I run graph created with cloverGUI in other java programs?
Thanks
Lucas