key-development Mailing List for Key - a Java MOO / talker
Brought to you by:
pdm
You can subscribe to this list here.
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|---|
|
From: Mark M. <m4x...@ho...> - 2011-09-04 20:24:01
|
Hello. I was browsing through a list of java muds and ran across key. I thought I would download it and play with it just to see if I could get it running. It will run using the classes that are in the compressed file, but I wanted to see if I could compile it as well. I get a compilation error based on the line: import com.groovyj.filesystem.*; found in Registry.java and I think one or two other files. I thought it was a groovy import so I installed that and it still won't compile. I have google searched for that line and have found nothing that would tell me what to install so that the import would work. Granted, the code base is about 11 years old, and I don't know if anyone is still on this mailing list, let alone remembers what to include. Maybe I am wasting my time, but if anyone could help, I would greatly appreciate it. I am attempting to compile key on Freebsd 8.2 with java 1.6.0 and groovy 1.7.10 if that helps. Hopefully, I am just missing something minor. Thanks in advance, Mark |