Hi List, why does this work in the Shell command line:
,---------------------------------------------------------------- | $ java -cp $WEKAHOME/weka.jar weka.classifiers.functions.SMO -h | | Help requested. | | General options: | | -h or -help | Output help information. [...] `---------------------------------------------------------------- but this does not work in the PicoLisp commandline: ,--------------------------------------------------------------------------------- | : (call "java" "-cp" "$WEKAHOME/weka.jar" "weka.classifiers.functions.SMO" "-h") | Fehler: Hauptklasse weka.classifiers.functions.SMO konnte nicht | gefunden oder geladen werden | -> NIL `--------------------------------------------------------------------------------- [TRANSLATION: Error: class weka.classifiers.functions.SMO could not be found or loaded] -- cheers, Thorsten -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
