Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

import RapidMiner library into netBeans

sshilbayehsshilbayeh Member Posts: 10 Contributor II
edited November 2018 in Help
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
Tagged:

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Well, java is case sensitive, and actually the package names are all lower case ;)
Sign In or Register to comment.