Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to do Java Networking across the network?
How to do Java Networking across the network? [message #1072103] Mon, 22 July 2013 04:20 Go to next message
ander zoho is currently offline ander zohoFriend
Messages: 1
Registered: July 2013
Junior Member
I have tried java networking tutorial program like TCP chat program. It works on my own computer because it connects to local host, so I can chat with myself. However, when I run the program on separate computers, it doesn't connect. I heard there's restriction because of security in java application from connecting using TCP sockets. What library should I change to? Or what code do I need to change to connect Server/Client sockets
Re: How to do Java Networking across the network? [message #1072256 is a reply to message #1072103] Mon, 22 July 2013 12:04 Go to previous message
Denis Roy is currently offline Denis RoyFriend
Messages: 484
Registered: October 2004
Location: Ottawa, Ontario, Canada
Senior Member

Also make sure the ports allow incoming connections on each of the local machines' firewall settings.

Denis Roy
Eclipse Webmaster -- webmaster@eclipse.org
Previous Topic:QuickDiff - using specific SVN revision as a reference source
Next Topic:Can't use Eclipse's UI drag-and-drop interface
Goto Forum:
  


Current Time: Thu Apr 25 12:39:44 GMT 2024

Powered by FUDForum. Page generated in 0.02912 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top