Results 1 to 1 of 1
Thread: How to open port in OSX Lion?
- 07-19-2012, 09:08 PM #1
Member
- Join Date
- Jan 2011
- Location
- Riveside, CA
- Posts
- 16
- Rep Power
- 0
How to open port in OSX Lion?
I'm writing and attempting to test a Java class that can control communications between a master (or socket server) computer and client computers on the same LAN behind the same router. I copy ClientGUI.jar, an executeable jar, to my Mac Notebook but when I execute it apparently can't open port 6502 (which is not otherwise used). (It works on Linux machines but I don't have one to use as a second client to test multiple clients at present.)
I run the jar from terminal:
In System Preferences -> Security -> Firewall I can get to a list of Apps that can be selected to listen on ports but ClientGUI.jar is not recognized as an App which may be added to the list.Java Code:java -jar ClientGUI.jar
How may I open the port?
Similar Threads
-
Making an Applet in Mac Lion.
By DaveAp7 in forum New To JavaReplies: 2Last Post: 02-01-2012, 05:08 AM -
Java issue on Mac Lion
By vrobic in forum New To JavaReplies: 1Last Post: 11-07-2011, 02:25 PM -
How to open Serial port connection
By rjagan in forum New To JavaReplies: 3Last Post: 04-08-2011, 08:58 AM -
Redirecting port 80 index to port 8080 index
By chyrl in forum Advanced JavaReplies: 0Last Post: 11-30-2010, 03:15 PM -
Different Files Open in File -> Open Workspace
By mgm2010 in forum JCreatorReplies: 0Last Post: 04-11-2009, 02:14 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks