Problem using rapidMiner as a library
Hi,
Following the user manual, I tried to integrate rapidminer into my java application with following codes:
System.setProperty(RapidMiner.PROPERTY_RAPIDMINER_HOME, "D:/eclipse3.4m7/workspace/yale");
RapidMiner.init(false, false, false, false);
I got an error telling me "can't find operators.xml" at last, however it seemed the core operators had been already read successfully, so what did it mean?
Regards,
Hao
---------------The outputs--------------------------
G Feb 16, 2009 11:10:46 PM: rapidminer.home is 'D:/eclipse3.4m7/workspace/yale'.
G Feb 16, 2009 11:10:46 PM: ----------------------------------------------------
G Feb 16, 2009 11:10:46 PM: Initialization Settings
G Feb 16, 2009 11:10:46 PM: ----------------------------------------------------
G Feb 16, 2009 11:10:46 PM: Default system encoding for IO: GB18030
G Feb 16, 2009 11:10:46 PM: Load core operators...
G Feb 16, 2009 11:10:46 PM: Load Weka operators: weka not found
G Feb 16, 2009 11:10:46 PM: Load JDBC drivers from lib directory: false
G Feb 16, 2009 11:10:46 PM: Load JDBC drivers from classpath: false
G Feb 16, 2009 11:10:46 PM: Load plugins: false
G Feb 16, 2009 11:10:46 PM: Load plugins from 'D:\eclipse3.4m7\workspace\yale\lib\plugins'
G Feb 16, 2009 11:10:46 PM: ----------------------------------------------------
G Feb 16, 2009 11:10:46 PM: Read rcfile 'D:\eclipse3.4m7\workspace\yale\etc\rapidminerrc'.
G Feb 16, 2009 11:10:46 PM: Trying rcfile 'D:\eclipse3.4m7\workspace\yale\etc\rapidminerrc.Windows XP'...skipped
G Feb 16, 2009 11:10:46 PM: Trying rcfile 'C:\Documents and Settings\zhanghao\.rapidminer\4_3_1_rapidminerrc'...skipped
G Feb 16, 2009 11:10:46 PM: Trying rcfile 'C:\Documents and Settings\zhanghao\.rapidminer\4_3_1_rapidminerrc.Windows XP'...skipped
G Feb 16, 2009 11:10:46 PM: Trying rcfile 'C:\eclipse3.4\rapidminerrc'...skipped
G Feb 16, 2009 11:10:46 PM: Trying rcfile 'C:\eclipse3.4\rapidminerrc.Windows XP'...skipped
G Feb 16, 2009 11:10:46 PM: Trying rapidminer.rcfile. Property not specified...skipped
G Feb 16, 2009 11:10:46 PM: [Error] Cannot find 'operators.xml'.