> All your arguments are factually right. But pyschology is at work here, and
> especially in an extremely important project like JDK porting (from my
> perspective, it is the second most important project after the kernel and at
> times more important), you have to account for psychology, whethe
optima wrote:
> cc -G NativeHello.c NativeHelloImp.c -o libHello.so
> ,I encount a problum
> "cc: unrecognized option `-G'
> /usr/lib/crt1.o(.text+0x36): undefined reference to `main'"
> before I do this ,I had copy the include file of java/include into
> /usr/include ,and I copy the *.h in
Michael Nielsen wrote:
> There is a strange problem, which I don't know if it is a problem
> with the Linux port of jdk1.2 or a problem in general with the
> org.omg classes.
>
> The IOR's generated from the JDK1.2 default java implementation
> seem to be deriving their localhost name from the fi
Dustin Lang wrote:
> Hi,
>
> > Yes, but how do one actually *stop* the application manually, after having
> > denied the System.exit() call? I was playing with the idea to write an echidna
> > type app (as a learning experience), but never got started because I couldn't
> > solve that simple prob
Derek,
I've been able to run Apache-JServ 1.0b3 with JDK1.2-pre1 on RedHat 5.2/2.2.2,
manual startup.
Be sure to tweak your startup scripts to use
java -green -Djava.compiler=
instead of plain old java, though I don't think that's your problem.
Don't know if this helps...
Wes
Derek Glidden wro