User Profile
Collapse
-
I'm glad you are there for support. Being nitpicky is good. So you agree that this should go in the method getInetAddress? -
This sounds like what I intend to do in the To Do section of handling the getInetAddress method.
Thanks.Leave a comment:
-
Jos thanks, this is shaping up. I'll post the new improved version by next week.
I like the project with the array list where can I see the final code?
package inetaddressapp;
import java.io.*;
import java.net.*;
import java.lang.*;
import javax.net.*;
import javax.net.ssl.* ;
import javax.security. auth.kerberos.* ;
import org.ietf.jgss.* ;
...Leave a comment:
-
-
How to get visitors IP Address
Thanks to your help I have gotten this far. Could I get help with the
"To Do Logic for getAddress and logfile". I don't know if this is process is possible or not. Also I am not sure about the code for the server accepting multiple threads.
Thanks
/*
* InetAddressApp. java
*
*October 2, 2007, 10:46 AM
*
*/...Last edited by mjohns2839; Oct 2 '07, 06:17 PM. Reason: Not sure about the server accepting multiple threads code.Leave a comment:
-
import java.io.*;
import java.net.*;
import java.lang.*;
import javax.net.*;
import javax.net.ssl.* ;
import javax.security. auth.kerberos.* ;
import org.ietf.jgss.* ;...Leave a comment:
-
-
import java.lang:
import java.net:
import javax.net:
import javax.net.ssl:
import javax.security. auth.kerberos:
import org.ietf.jgss:
public class InetAddress extends Object implements Serializable
Can anyone tell me why I am having a problem with these import statements?
1) cannot find symbol
symbol : class lang
location: package java
...Leave a comment:
-
I probably can find this documentation at sun.com.
Thanks....Leave a comment:
-
How to get visitors IP Address?
I am using Virtual.php and I have to write a program similar to this that reports the IP address of the user to the server. This is as much as I have so far.
import java.lang
import java.net
import javax.net
import javax.net.ssl
import javax.security. auth.kerberos
import org.ietf.jgss
public class InetAddress extends Object implements Serializable
Help...
No activity results to display
Show More
Leave a comment: