FAQ -- building snapshots?

Joerg Brunsmann joerg.brunsmann@FernUni-Hagen.de
Thu Jan 6 02:32:00 GMT 2000


Anthony Green wrote:

> Actually - I do have one question about step 9.  You should never have
> to do this.  Does this happen often?

For me always, both on Solaris and Linux. Is it due to the fact that
I don't install into /usr/local?

> You also shouldn't have to set CLASSPATH.  gcj will know where to look.

$ gcj -c -o Worker.o Worker.java

gcj: libgcj.spec: Datei oder Verzeichnis nicht gefunden

[which means file or directory not found]

$ gcj --main=WebServer -L/home/joerg/libgcj/lib -o WebServer Worker.o Log.o WebServer.java

WebServer.java:0: Can't find default package `java.lang'. Check the CLASSPATH environment variable and the access to the archives.

Jörg


More information about the Java-patches mailing list