> I try to build the Java Netscape Directory SDK 4.1. I use java version
> 1.3.0_02, gmake version 3.79.1 on a Suse 7.1 distribution. The build
> process terminates with an error:
>
> DSMLWriter.java:81: constant expression required
> case s.ABSTRACT: classType = "abstract";
>
> DSMLWriter.java:83: constant expression required
> case s.AUXILIARY: classType = "auxiliary";
Yes. Change the two instances of "s" to the name of the class which they
are instances of (I can't remember it offhand.) Why this still hasn't been
fixed after over a year, I have no idea.
Gerv