Boris Spasojevic wrote:
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;
Look for
Access restriction: The method getDuration() from the type GcInfo is not
accessibl
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
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.
/ Rog
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.