Hi,
I use the CloverETL Designer Community 3.3.0 but can’t execute my graph using command line.
I’ve followed the tutorial http://wiki.cloveretl.com/doku.php?id=running but it seams that the directory structure have changed as I don’t have any lib subdirectory to the cloveretl installation directory.
For example the cloveretl.engine.jar file is only present in the directory C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\
I modified the command line accordinly:
“C:\Program Files (x86)\Java\jre7\bin\java.exe” -cp “C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\cloveretl.engine.jar:C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\commons-logging.jar:C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\log4j-1.2.12.jar:C:\Program Files\CloverETL Designer Community\plugins\com.cloveretl.gui_3.3.0.021P\lib\lib\javolution.jar:trans” org.jetel.main.runGraph -plugins C:\Program Files\CloverETL Designer Community\plugins D:\workspace\ExploitationMobile\graph\Powwow.grf
but I get the following error:
Impossible to find org.jetel.main.runGraph
What’s wrong?
Thanks