Why won't java 1.2 load an external swing package

1999-08-22 Thread Ondrej Popp
Hi, I upgraded to jdk-1.2 but I want use swing-1.1.1beta2 because this one seems to be ahead of the integrated swing of jdk 1.2 and contains many bugfixes. I tried adding .jar files before rt.jar in the CLASSPATH in the hope that the java runtime would use those instead of the integrated ones.

Re: Arithmetic Precision Errors

1998-09-21 Thread Ondrej Popp
I am not able to reproduce this, can you be more specific on the source? Ondrej import java.io.*; public class arithmetic { public static void main(String Args[]) { double d1 = 172.5 / 1000; double d2 = 817.0 / 1000; double d3 = 4975.0 / 1000; Double D1 = new Doub

Re: jikes core dump ??

1998-09-21 Thread Ondrej Popp
I have no problems with it runs just fine, [18] popp@FastFelix $ ldd `which jikes` libstdc++.so.2.8 => /usr/lib/libstdc++.so.2.8 (0x40005000) libm.so.6 => /lib/libm.so.6 (0x40046000) libc.so.6 => /lib/libc.so.6 (0x4005e000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2

Re: Unidentified subject! (Appending to a file)

1998-09-06 Thread Ondrej Popp
You can use the Class FileOutputStream for that, public FileOutputStream(String name, boolean append); new as of java 1.1 Ondrej Reinhard Simon wrote: > > Hello Java-linux-freaks! > > Java and linux are really good! > > My question: Is it possible to append text to an existing file? > (like

Re: java seg fault

1998-08-25 Thread Ondrej Popp
It's in the README.linux file located in the root of your jdk distribution. Under the section 'Java Virtual Machine variations' I just looked in my profile, and to set the static version you should *not* have the variable JAVA_DYN set hmmm... if you have not set this variable, you should already

Re: java seg fault

1998-08-24 Thread Ondrej Popp
I had the same problem wirh ICQ java, after jdk-1.1.3 it just did not want to work anymore. Recently, I upgraded to glibc and libc.5.4.46 and tried them both with jdk-1.1.6v2 to see if it made any difference. Everything worked except for ICQ that kept crashing. Then I discovered that this was rel