import RapidMiner library into netBeans

sshilbayeh
sshilbayeh New Altair Community Member
edited November 5 in Community Q&A
Hi
I am trying to write a java code that makes some changes using netBeans environment , but I can not call RapidMiner Library in my package , when I write
 import  com.RapidMiner.* 
This gives me error that this is not known , how exactly can I add the RapidMiner library to my java package

Many Thanks

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    Well, java is case sensitive, and actually the package names are all lower case ;)