I suspect that you have different jars on the mac than on your other machines, possibly accessed through something you don't expect being in your classpath. At least that's the first place I'd look....
HTH Erick On Thu, Jun 10, 2010 at 1:33 AM, Kit Plummer <dozer.k...@gmail.com> wrote: > Hey folks. > Ran into a problem on MacOS X...that doesn't exist in Linux (CentOS, or > Ubuntu). > > No signature of method: static > org.apache.lucene.store.FSDirectory.open() is applicable for argument > types: (java.io.File) values: [/home/kplummer/Development/tmp] > > I'm actually running this through Groovy, but don't imagine this is > the problem. Wondering if anyone has any ideas? > > Here's the code: > > def fsDir = FSDirectory.open(new File(indexDir)) > > TIA, > Kit > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >