Re: font problem

2000-12-05 Thread Nancy F. Maniquis
you need to get a copy of the zapf dingbats font. then follow the instructions here: http://www.jguru.com/jguru/faq/view.jsp?EID=229424 -- nancy - Original Message - From: Lopez Jose Ariel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 6:02 AM > i have

Re: font problem

2000-12-05 Thread Jacob Nikom
Download Sun's JDK which is not suppose to have this problem. Verify it. Take the "font.properties" file from there and put it into your JDK. The problem will disappear. Regards, Jacob Nikom Lopez Jose Ariel wrote: > Hello: > i have the classical font not found problem > > several l

Re: ip address in Linux

2000-12-05 Thread allen petersen
InetAddress just does a lookup on your hostname to determine your local host address. If your host name resolves to 127.0.0.1 (for instance, if the first entry in your /etc/hosts file maps 127.0.0.1 to your hostname rather than just to localhost and localhost.localdomain), then that's the IP a

font problem

2000-12-05 Thread Lopez Jose Ariel
Hello: i have the classical font not found problem several lines like this: Font specified in font.properties not found [--zapf dingbats-medium-r-normal--8-%d-*-*-p-*-adobe-fontspecific] I saw some email that ask the same question but in none of them i found a complete solution (only par

Re: ip address in Linux

2000-12-05 Thread Alexander V. Konstantinou
As far as I know, you cannot find out the address on a single machine. If you have connections between two machines, you can use the socket getInetAddress. Alexander On Tue, Dec 05, 2000 at 01:44:12PM -0500, Francisco Gongora wrote: > Hello: > I have this situation: in my local network I have se

ip address in Linux

2000-12-05 Thread Francisco Gongora
Hello: I have this situation: in my local network I have several machines in NT, Solaris and Linux. My java application is running well in all the platforms including Linux. One of the Linux machines, however, is reporting the local address instead of the ip address when I do: I

RE: JDK1.2.2 & Redhat 7

2000-12-05 Thread KIRKBRIDE Rob
You need to update your glibc (updates from redhat.com). It fixes this issue however I have found that the status returned from a failed compile is always 0 which confuses Makefiles. I'm wondering whether anyone else has found this. Interestingly other programs compiled outside of Redhat 7.0 do no