Hello,
I have written a small Java Application that basically opens a socket and connects to a host machine. If I log into Windows XP as Administrator or with a user that is part of the Administrator group, everything works fine. If the user does not have administrator rights, I get the error "java.net.SocketException: Connection reset by peer"
Any ideas? Could there be a user right I need to grant the non-admin user ?????
Any help is greatly appreciated.
I have written a small Java Application that basically opens a socket and connects to a host machine. If I log into Windows XP as Administrator or with a user that is part of the Administrator group, everything works fine. If the user does not have administrator rights, I get the error "java.net.SocketException: Connection reset by peer"
Any ideas? Could there be a user right I need to grant the non-admin user ?????
Any help is greatly appreciated.