[SOLVED]Compiling RapidMiner on Windows 7
RapiMiner used to build for me under XP, but under a new Windows 7 installation it fails. I cannot see how the version of Windows has anything to do with the errors. The compile errors seem to revolve around classes that use Swing and are all ambiguous instantiations of classes. There are several of these:
The constructor AbstractWizard(Frame, String, Object[]) is ambiguous TemplateWizardDialog.java /RapidMiner_Vega/src/com/rapidminer/gui/dialog line 62 Java Problem
The constructor ButtonDialog(Frame, String, boolean, Object[]) is ambiguous AttributeEditorDialog.java /RapidMiner_Vega/src/com/rapidminer/gui/attributeeditor line 88 Java Problem
The constructor ExcelImportWizard(String, ConfigurationListener, File, boolean, RepositoryLocation, Object[]) is ambiguous ExcelImportWizard.java /RapidMiner_Vega/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel line 316 Java Problem
I have tried the compile with jdk's from 5 to 7, all with the same result. Yes, the environment is set correctly. Note that the compile fails when loading a clean RapidMiner from Subversion. If you follow the directions for building RapidMiner, the build fails. Clearly, I could re-write the signatures of these classes, but I assume that RapidMiner builds, so I just want to establish the environment in which it builds.