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
and choose an appropriate level /Roger Schildmeijer -Original Message- From: Liangzhao Zeng [mailto:liangzhao.z...@gmail.com] Sent: den 16 april 2010 15:14 To: CASSANDRA-DEVELOPER Subject: compiling error in GCInpector.java, cassandra 0.6 Hi, I am using OS X 10.6.3 and Eclipse to c

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

compiling error in GCInpector.java, cassandra 0.6

2010-04-16 Thread Liangzhao Zeng
Hi, I am using OS X 10.6.3 and Eclipse to compile the cassandra 0.6 code. Everything is fine but GCInpector.java and it says: DescriptionResourcePathLocationType Access restriction: The method getDuration() from the type GcInfo is not accessible due to restriction on required libr