Could not read a configuration file for the generic object editor
From BioWeka
Contents |
[edit]
Applies to
- BioWeka, any version
- Weka, any version
[edit]
Symptom
The following message appears:
[edit]
Cause
- Either the file
GenericPropertiesCreator.propsnor the fileGenericObjectEditor.propscan be found in theCLASSPATH. - Weka was started using the following or an equivalent command:
java -cp bioweka-X.Y.Z.jar -jar weka.jar
[edit]
Resolution
Use this command instead:
java -cp bioweka-X.Y.Z.jar;weka.jar weka.gui.GUIChooser


