i,
When i run the simpleExamples i obtain the follow error:
C:\cloverETL\examples\simpleExamples>java -cp "C:/cloverETL/lib/cloveretl.engine
.jar:C:/cloverETL/lib/commons-logging.jar:C:/cloverETL/lib/log4j-1.2.12.jar:C:/c
loverETL/lib/javolution.jar:trans" org.jetel.main.runGraph -plugins C:/cloverETL
/plugins graph/graphSimpleCopy.grf
Exception in thread "main" java.lang.NoClassDefFoundError: org/jetel/main/runGra
ph
C:\cloverETL\examples\simpleExamples>pause
Press any key to continue . . .
Someone can help me?
Regards,
presende
When i run the simpleExamples i obtain the follow error:
C:\cloverETL\examples\simpleExamples>java -cp "C:/cloverETL/lib/cloveretl.engine
.jar:C:/cloverETL/lib/commons-logging.jar:C:/cloverETL/lib/log4j-1.2.12.jar:C:/c
loverETL/lib/javolution.jar:trans" org.jetel.main.runGraph -plugins C:/cloverETL
/plugins graph/graphSimpleCopy.grf
Exception in thread "main" java.lang.NoClassDefFoundError: org/jetel/main/runGra
ph
C:\cloverETL\examples\simpleExamples>pause
Press any key to continue . . .
Someone can help me?
Regards,
presende
-
Hello Presende,
The problem seems to arise from using colons instead of semicolons on Windows. Replace all colons that delimit individual jar files in your command by semicolons and the graphs should run successfully. Of course, "C:\" must remain the same, with colon.
Best regards
Tomas Waller
PS: Colons should be used on Linux, semicolons on Windows.
Please sign in to leave a comment.
Comments 1