Could not read a configuration file for the generic object editor

From BioWeka

Contents

Applies to

  • BioWeka, any version
  • Weka, any version

Symptom

The following message appears:

Image:GOE_exception.jpg

Cause

  • Either the file GenericPropertiesCreator.props nor the file GenericObjectEditor.props can be found in the CLASSPATH.
  • Weka was started using the following or an equivalent command:
java -cp bioweka-X.Y.Z.jar -jar weka.jar

Resolution

Use this command instead:

java -cp bioweka-X.Y.Z.jar;weka.jar weka.gui.GUIChooser

[_pw9_]

nvnv