hi,
  CAn anyone tell me what the problem it can be, I was able to send mails when I run 
my class file earlier. Now, while using Netscape ES(NES) it was not comaptiable and 
upgraded my jdk 1.1 to jdk 1.1.7 as suggested in the manual from NES. It was working 
fine with jdk 1.1 and now that i get this following error.

 Is there any problem in this code:
 // determine local hostname
                try {
                        InetAddress ipaddress = InetAddress.getLocalHost();
                        if ( (hostname = ipaddress.getHostName()) == null )
                                hostname = "localhost";
                } catch (UnknownHostException uhe)
                {
                        hostname = "localhost";
                }

                System.out.println("InetAdress is " + hostname);


java.lang.UnsatisfiedLinkError: getInetFamily
        at java.net.InetAddress.<init>(Compiled Code)
        at
        at sendmail.main(Compiled Code)


venkat

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to