Kaffe09 at main
Alessandro La Ciura
javex at usa.net
Wed Jun 11 14:02:50 PDT 1997
My java-chat server works fine with jdk1.1.1 for
linux (even if not well as on NT o WIN95....) but
I'm unable to start it under Kaffe0.9.
Under Kaffe0.8.3 it works but has a lot of problems
with Thread.locks....
With kaffe0.9 it locks just at startup at following
line in the main():
class server
{ .... //costructor
public static void main(String[] args )
{ if(args[0].equals("CC"))
new server().avvio(8191,"[Canale2_beta]"); //<--- FAILS HERE
....
}
The error it shows is java.Lang.NUllPointerException !!!
If any could help me,.....
More information about the kaffe
mailing list