jbuilder3.5 key

2000-10-12 Thread Nash'at Ahmad
I ordered the free JBuilder3.5 CD from borland for Linux, etc. After installation it asks for a key, and sends you to the borland webpage. After registration you get the key which does'nt work. I have the JBuilder3.5 installed on my Linux box but can't run it. I could'nt find any info on the bor

JSlider

2000-06-26 Thread Nash'at Ahmad
I have writen a gui which uses JSlider. The code works fine on windows 98/NT and Solaris but not on Linux. When JSlider is moved, its supposed to do a repaint, but on Linux that does'nt happen. Is there a bug in JDK1.2RC4? Thanks, Nash'at -

list of drivers registered with odbc

2000-05-02 Thread Nash'at Ahmad
Hi, Is there a way to get a list of all drivers registered with the odbc and/or register a driver with odbc using Java/JDBC. Thanks, Nash'at Nash'at Ahmad SAIC-Applied Physics Operation -- To UNSUBSCRIBE, email

jdk1.2 error

2000-03-27 Thread Nash'at Ahmad
Hi What does this error mean and how can I get rid of it? [vonkarman]/home/nashat/jdbc> java Client Looking up: rmi://149.8.95.60:2001/Server /usr/local/blackdown_jdk1.2/jre/lib/rt.jar: Bad file descriptor Connection established with: rmi://localhost:2001/Server I am using Blackdown's RC3 on

Re: font not found

2000-01-20 Thread Nash'at Ahmad
e installing RedHat6.1 > > Nash'at Ahmad wrote: > > > > While runing jdk1.2 examples, I get the following message > > > > Font specified in font.properties not found > > [--dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > > &

java3d installation

2000-01-19 Thread Nash'at Ahmad
Mesa libraries are in /usr/local/lib I have created the link libMesaGL.so.3 -> libGL.so When I run java3d examples I get the error: I am running RedHat Linux 6.1. java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2/jre/lib/i386/libJ3D.so: libMesaGL.so.3: cannot open shared object file: No such fi

font not found

2000-01-19 Thread Nash'at Ahmad
While runing jdk1.2 examples, I get the following message Font specified in font.properties not found [--dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] What do I need to do to get rid of this. Thanks -- To UN