View Single Post
  #2 (permalink)  
Old 04-21-2008, 10:41 PM
bobleny's Avatar
bobleny bobleny is offline
Member
 
Join Date: Apr 2008
Posts: 36
bobleny is on a distinguished road
The code tags don't work like that. You must use "[COD...]Your Code Here[/COD...]". Just replace the "..."s with an "E" so it says, "CODE".

The problem is, your calling an object that doesn't exist:
Code:
NetworkInterface ni = new NetworkInterface();
NetworkInterface() doesn't exist to java. Have you created a NetworkInterface class?
__________________
--
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
--
Cheer up, the worst has yet to come...
Reply With Quote