I decided to go with eclipse. I managed to get all the packages full and visible except
import com.sun.management.GarbageCollectorMXBean; import com.sun.management.GcInfo; any ideas? On Thu, 2010-07-15 at 10:19 +0200, roger schildmeijer wrote: > I would recommend to take look at > http://wiki.apache.org/cassandra/RunningCassandraInIDEA and/or > http://wiki.apache.org/cassandra/RunningCassandraInEclipse and do the > appropriate actions for netbeans. Feel free to create a > "RunningCassandraInNetBeans" page if you get things to work properly. > > / Roger Schildmeijer > > On Thu, Jul 15, 2010 at 9:34 AM, Boris Spasojevic > <boris.spasoje...@epfl.ch>wrote: > > > Hi, > > > > I am trying to open the Cassandra maven project in NetBeans. I have > > checked out the head revision and when I open the project I have a lot > > of errors in a lot of classes concerning imports. > > > > for instance I am missing > > > > import org.apache.cassandra.thrift.AccessLevel; > > import org.apache.cassandra.thrift.AuthenticationException; > > import org.apache.cassandra.thrift.AuthenticationRequest; > > import org.apache.cassandra.thrift.AuthorizationException; > > > > and so on. > > > > The package org.apache.cassandra.thrift exists but it does not contain > > the .java files imported through out the code. I found the missing .java > > files in the "interfaces" folder, and I was wondering is there a jar > > that completes the org.apache.cassandra.thrift package or do I need to > > make it, or manually copy the .java files to the package, or something > > else that makes more sence. > > > > Also, there are other packages that are incomplete. > > > > I am new to using maven so i am not really sure how to handle this, any > > help would be appreciated. > > > > BoriS > > > >