🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

import RapidMiner library into netBeans

User: "sshilbayeh"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MariusHelf"
    New Altair Community Member
    Well, java is case sensitive, and actually the package names are all lower case ;)