InetAddress.getLocalHost() is supposed to return the ip address of the local
host. But on my machine (Debian Linux, Blackdown 1.3, using DHCP) it
returns 127.0.0.1. This makes sense, sort of, because 127.0.0.1 is a valid
address for this machine. but it is useless.
Here is the interesting thin
http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html
- Original Message -
From: "nilesh modi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 11:07 AM
Subject: JVM
> Hi,
> can anyone tell me from where i can find out the architecture of J