Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
winxp / java 1.6 / svn @ 920147
-
Low
Description
When one fetch latest and greates from svn - the cassandra.bat works. (like - the server starts and get ready to rock) but the cassandra-cli.bat fails.
java claims NoClassDefFoundErrror: jline/Completor
- after joining all four braincells I noticed that %CASSANDRA_HOME%\build\lib\jars* is not part of the classpath that is setup inside the bat file. Adding this solved the issue.