"Integration
Hi All,
I have Rapidminer installed in Windows2003 x64 (64-bit) and developed a Java applications which utilizes rapidminer's libraries. The application is working fine as long as my JAR sees the rapidminer JARs, which I placed on 'libs" subfolder of the working directory of my application. Now, when I deployed the entire application (including the libs) on another machine, specifically, Windows 7 Pro x64, createAttribute of AttributeFactory is throwing a null pointer exception. I thought I missed some JARs to be copied... However, I was able to copy them all.
So what I did is install rapidminer on another WIndows 7 Pro x64 machine and get the libs there, copy them to the Windows 7 machine where I deployed my application, and now, the application works fine...
I don't what's the reason behind this so my question is... Is this expected? I mean should I really install rapidminer on different platforms and get the libs depending on what OS flavor will I deploy my application?
Hope my question was clear.