> Setting user.dir will do nothing, unless every call you
> make to open a file prepends "System.getProperty(user.dir)".
This is okay for this case though. The property can be set and the
CompileServer.java can take care of calling
System.getProperty("user.dir"). Javier
