Re: Java running slow in Gnome

2000-10-24 Thread Glenn Valenta
"Andrew R. Post" wrote: > > My experience is that Jdk1.2.2 for Linux reacts very badly with Sawmill: > default window positioning is partially off the upper left corner of the > screen, Swing GUI elements are cut-off at the edges of windows, and > general slowness. Running mwm instead makes these

Re: Pass-by-Value vs. Pass-by-Reference (was: Pablo Trujillo)

2000-10-24 Thread Peter Schuller
> We should probably take this discussion to another list as it isn't so > much java-linux anymore And therefore, I will try make my final response brief and to the point. > > Again, it's a matter of semantics. I'm not debating what is actually going on. > > "what is actually going on" is i

Re: Pablo Trujillo

2000-10-24 Thread Albert Lai
> > If Java were pass-by-reference, then in this code fragment: > > String s = "foo"; > > myMethod(s); > > System.out.println(s); > > > > In a pass-by-value only language (like Java), you're going to get > > "foo" printed out. In a pass-by-reference language, the string that > > gets print

rmi security bug

2000-10-24 Thread Joseph Shraibman
Juergen Kreileder wrote: > > The Blackdown Java-Linux Team is happy to announce the availability of > Java2 SE v1.3.0-FCS for i386 and PPC, Java 3D 1.2 for PPC, and Java2 > SE v1.2.2-FCS for S/390. > > > Java2 Standard Edition Version 1.3.0 FCS for Linux on i386 and PPC > ==

Re: Pablo Trujillo

2000-10-24 Thread Peter Schuller
> If Java were pass-by-reference, then in this code fragment: > String s = "foo"; > myMethod(s); > System.out.println(s); > > In a pass-by-value only language (like Java), you're going to get > "foo" printed out. In a pass-by-reference language, the string that > gets printed depends on if

[ANNOUNCE] Java2 SE 1.3 (i386, PPC); Java3D (PPC); Java2 SE 1.2.2 (S/390)

2000-10-24 Thread Juergen Kreileder
The Blackdown Java-Linux Team is happy to announce the availability of Java2 SE v1.3.0-FCS for i386 and PPC, Java 3D 1.2 for PPC, and Java2 SE v1.2.2-FCS for S/390. Java2 Standard Edition Version 1.3.0 FCS for Linux on i386 and PPC ==