Marc,

OK, something seems wrong.  The test code I sent you just comparing results
from org.xbill.DNS and java.net.

When I run one of dnsjava's built-in demonstration programs, which is a dig
work-alike:

 $ java -cp dnsjava-1.6.2.jar dig @193.162.153.164 www.deOliveira.dk

I get very inconsistent results.  Similarly for the other DNS server you
said you were given to use.  And the same is true looking up the DNS
information for dylan.dk.  If I run it as just

 $ java -cp dnsjava-1.6.2.jar dig www.deOliveira.dk

I get the expected results everytime.  I am wondering if there is something
odd going on with those DNS servers.

        --- Noel

-----Original Message-----
From: Marc de Oliveira [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 20, 2004 2:40
To: James Users List
Subject: Re: [ANN] James 2.2.0 RC1 Posted


>  c:\>path="c:\program files\j2sdk1.4.1\bin";%path%
>  c:\>javac -classpath .;c:\dnsjava-1.6.2.jar IP.java
>  c:\>java -cp .;c:\dnsjava-1.6.2.jar" IP www.deOliveira.dk

I managed to get the javac.exe from www.sun.com and compiled the IP.java
that you sent me. The result was:

Cannot resolve address for www.deOliveira.dk: unknown host
Java finds www.deOliveira.dk is at www.deOliveira.dk/80.62.45.38

- Marc


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to