Re: jdk118 under Redhat6.0

1999-12-28 Thread Chris Abbey
three thoughts leap to mind immediately: 1. rtfm, rtfla 2. stop sending in x-html 3. the java interpreter expects a class name, not a file name. thus the invocation is 'java Clock2' not 'java Clock2.class' which is trying to run a class called "class" in a package called "Clock2". fe

jdk118 under Redhat6.0

1999-12-28 Thread Zhang Yuyong
Title: jdk118 under Redhat6.0 hi everyone: i used jdk118(glibc version) on redhat6.0, and i have already set my JAVA_HOME envoirment variable to "/opt/jdk118_v1" , and CLASSPATH is "/opt/jdk118_v1/lib/classes.zip:." .  in the directory /opt/jdk118_v1/demo/Clock,  i can complier the source fi

jdk118 under Redhat6.0

1999-12-28 Thread Zhang Yuyong
Title: jdk118 under Redhat6.0 hi everyone: i used jdk118(glibc version) on redhat6.0, and i have already set my JAVA_HOME envoirment variable to "/opt/jdk118_v1" , and CLASSPATH is "/opt/jdk118_v1/lib/classes.zip:." .  in the directory /opt/jdk118_v1/demo/Clock,  i can complier the source fil

Segfault while writing files

1999-12-28 Thread Stefan Hoermann
Hi everyone, when I try to write large text files the JDK stops writing after 6MByte with a segfault. In my project I have extensive use of Swing and multithreading. Maybe this is the reason why I can't reproduce this error with a small test program. I'am using JDK1.2.2-RC3 (native threads, sunw

RE: Jar file with JDBC

1999-12-28 Thread Peter Mount
On Tue, 28 Dec 1999, Edson Carlos Ericksson Richter wrote: > Try putting the postgresql.jar file in the /jre/lib/ext/ directory... > > Is possible to put the postgresql.jar file into another jar file (my > app.jar) and use them in my app? Not that I know of, other than extracting the files, but

RE: Jar file with JDBC

1999-12-28 Thread Edson Carlos Ericksson Richter
Try putting the postgresql.jar file in the /jre/lib/ext/ directory... Is possible to put the postgresql.jar file into another jar file (my app.jar) and use them in my app? Edson Richter -- From: Dustin Lang Sent: terça-feira, 28 de dezembro de 1999 05:10 To: [EMAIL PROTECTED] C

Re: Jar file with JDBC

1999-12-28 Thread Peter Mount
On Mon, 27 Dec 1999, ALPESH KOTHARI wrote: ok, can you run it again for me, but add the following: > String crt="create table xyz(sadd int4,tadd int4,pid > int4,filen text,diff int2)"; > st.executeUpdate(crt); > > //While executing this statement it gives nullpointer > e