RE: Fonts messages again. Thanks, it worked.

1999-04-20 Thread Kapoor, Nishikant X
s-- mailto:[EMAIL PROTECTED] http://www.c3ipros.com/nkapoor ---~~~-- > -Original Message- > From: John N. Alegre [SMTP:[EMAIL PROTECTED]] > Sent: Monday, April 19, 1999 8:22 PM > To: Kapoor, Nishikant X > Cc: [EMAIL P

RE: Fonts messages again

1999-04-19 Thread Kapoor, Nishikant X
Hi all Excuse my ignorance but can someone please post the EXACT fix for this problem. I've seen some responses about unwrapping a few lines containing zapf in $JAVA_HOME/jre/lib/fonts.properties (I think the path is right !) but I guess, the EXACT 'diff' would be highly appreciated. Thanks Nish

RE: jikes core dump ??

1998-09-21 Thread Kapoor, Nishikant X
Check your CLASSPATH. I had the same problem until I found out that my CLASSPATH was having a .jar file which no longer existed on my box. Fixed it and jikes works fine now. Nishi --People who live in windowed environments shouldn't cast pointers-- mailto:[EMAIL PROTECTED] http://www.c3ipros.co

RE: Delete all class files

1998-09-15 Thread Kapoor, Nishikant X
You can do something like this: find . -name "*.class" -exec rm {} \; This will find all the class files (including the sub-directories) and remove them. Nishi --People who live in windowed environments shouldn't cast pointers-- mailto:[EMAIL PROTECTED] http://www.c3ipros.com/nkapoor ---

No DB connection in Netscape ? Please help.

1998-08-14 Thread Kapoor, Nishikant X
Hello friends I have apache-1.1.3-3 and PostgreSQL-6.3.2 running on my Linux RH4.2, kernel 2.0.30 (genx). I have a Java Applet that tries to connect to PostgreSQL using JDBC, from NS-4.5b1 on an IBM RISC6000, AIX-4.1.4 (mm01). Typing "mm01: netscape http://genx/PrfApplet.htm" brings up the apple

RE: SwingSet demo does not go on JDK 1.1.6 v2 libc5

1998-08-05 Thread Kapoor, Nishikant X
I tried the swing-1.0.2 demos with jdk1.1.6v2-libc and it seemed to work just fine. May be. its the probelem with Swing-1.0.1. Did you get any error messages ? Nishi > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, August 05, 1998 10:29 AM > To: