Re: compiling error in GCInpector.java, cassandra 0.6

2010-04-17 Thread Liangzhao Zeng
Hi, Todd It works. Thanks Liangzhao On Fri, Apr 16, 2010 at 11:37 AM, Todd Blose wrote: > Hi Liangzhao, > > For some reason, Eclipse believes there are access restrictions imposed on > that class. After doing some googling, it seems the most common solution is > to simply reload the standard Ja

RE: compiling error in GCInpector.java, cassandra 0.6

2010-04-16 Thread Roger Schildmeijer
Right click on your project (alt-enter), pick properties. Expand "Java Compiler" -> "Errors/Warnings" and find "Forbidden reference (access rules):" under section "Deprecated and restricted API". Current value is probably "Error", edit that and choose an appropriate level /Roger Schildmeijer -

Re: compiling error in GCInpector.java, cassandra 0.6

2010-04-16 Thread Todd Blose
Hi Liangzhao, For some reason, Eclipse believes there are access restrictions imposed on that class. After doing some googling, it seems the most common solution is to simply reload the standard Java APIs. To do this: 1) go to your build path settings for your cassandra project in Eclipse, and un