Hi, Can you please properly subscribe to the mailing list so that the community receives email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
akriti91 wrote > I'm getting errors on all Ignite imports like: > > import org.apache.ignite.Ignite; > import org.apache.ignite.IgniteCache; > import org.apache.ignite.IgniteException; > import org.apache.ignite.Ignition > > The errors are like: The import org.apache.ignite.Ignite cannot be > resolved. > > I have successfully been able to run ignite on my mac, but when trying to > do it on windows, it's giving errors on imports. What's wrong? This can happen only if you don't have Ignite JARs on the classpath. Please double-check your project settings. Are you using Maven? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Getting-ignite-import-errors-tp3866p3869.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
