V4a crashes on startup

1998-09-07 Thread Gerald . Struck
Hi, I've never had any problems with the previous ports. Now I install v4a and the thing crashes :-( What happened? I use S.u.S.E. 5.1 and chose the libc-version. Here come the libs: ldconfig: version 1.9.2 /usr/X11R6/lib: libXtst.so.6 => libXtst.so.6.1 libXt.so.6 => libXt.so

Re: this must be a bug

1998-07-01 Thread Gerald . Struck
Richard, your PipedOutputStream has to be connected to a PipedInputStream before being used. Gerald

Re: What is the difference between protected & public?

1998-06-16 Thread Gerald . Struck
> I'm using jdk1.1.6v1 glibc jdk, I can compile B.java > successfully. However, A.java & B.java doesn't in the same package, why > it can compile successfully? B.java shouldn't had access right to A.y. > Am I wrong? Pls tell me the error. Leung, you're not using any 'package'-statements