Board index » jbuilder » Re: JB6 - open java files from explorer
|
Frank Pedroza
JBuilder Developer |
Re: JB6 - open java files from explorer2003-08-20 03:06:38 AM jbuilder13 I'm experiencing the exact same behavior. I'm running JB6 on Win2K. Here's what I'm seeing: From a command shell with JBuilder not running: H:\>netstat -an Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:1030 0.0.0.0:0 LISTENING TCP 0.0.0.0:1058 0.0.0.0:0 LISTENING TCP 0.0.0.0:1060 0.0.0.0:0 LISTENING TCP 0.0.0.0:1734 0.0.0.0:0 LISTENING TCP 0.0.0.0:1736 0.0.0.0:0 LISTENING TCP 0.0.0.0:1740 0.0.0.0:0 LISTENING TCP 0.0.0.0:2373 0.0.0.0:0 LISTENING TCP 0.0.0.0:2374 0.0.0.0:0 LISTENING TCP 0.0.0.0:2416 0.0.0.0:0 LISTENING TCP 0.0.0.0:5518 0.0.0.0:0 LISTENING TCP 0.0.0.0:8081 0.0.0.0:0 LISTENING TCP 10.1.4.220:139 0.0.0.0:0 LISTENING TCP 10.1.4.220:497 0.0.0.0:0 LISTENING TCP 10.1.4.220:1042 0.0.0.0:0 LISTENING TCP 10.1.4.220:1042 10.1.1.83:139 EstabLISHED TCP 10.1.4.220:1058 64.12.30.228:5190 EstabLISHED TCP 10.1.4.220:2538 10.1.1.27:110 TIME_WAIT TCP 127.0.0.1:497 0.0.0.0:0 LISTENING UDP 0.0.0.0:135 *:* UDP 0.0.0.0:445 *:* UDP 0.0.0.0:1028 *:* UDP 0.0.0.0:8081 *:* UDP 0.0.0.0:8082 *:* UDP 10.1.4.220:137 *:* UDP 10.1.4.220:138 *:* UDP 10.1.4.220:497 *:* UDP 10.1.4.220:500 *:* UDP 127.0.0.1:1089 *:* UDP 127.0.0.1:1955 *:* As you can see, port 8888 isn't being used Start JBuilder and re-run the command: H:\>netstat -an Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:1030 0.0.0.0:0 LISTENING TCP 0.0.0.0:1058 0.0.0.0:0 LISTENING TCP 0.0.0.0:1060 0.0.0.0:0 LISTENING TCP 0.0.0.0:1734 0.0.0.0:0 LISTENING TCP 0.0.0.0:1736 0.0.0.0:0 LISTENING TCP 0.0.0.0:1740 0.0.0.0:0 LISTENING TCP 0.0.0.0:2373 0.0.0.0:0 LISTENING TCP 0.0.0.0:2374 0.0.0.0:0 LISTENING TCP 0.0.0.0:2416 0.0.0.0:0 LISTENING TCP 0.0.0.0:5518 0.0.0.0:0 LISTENING TCP 0.0.0.0:8081 0.0.0.0:0 LISTENING TCP 10.1.4.220:139 0.0.0.0:0 LISTENING TCP 10.1.4.220:497 0.0.0.0:0 LISTENING TCP 10.1.4.220:1042 0.0.0.0:0 LISTENING TCP 10.1.4.220:1042 10.1.1.83:139 EstabLISHED TCP 10.1.4.220:1058 64.12.30.228:5190 EstabLISHED TCP 10.1.4.220:2538 10.1.1.27:110 TIME_WAIT TCP 127.0.0.1:497 0.0.0.0:0 LISTENING TCP 127.0.0.1:8888 0.0.0.0:0 LISTENING UDP 0.0.0.0:135 *:* UDP 0.0.0.0:445 *:* UDP 0.0.0.0:1028 *:* UDP 0.0.0.0:8081 *:* UDP 0.0.0.0:8082 *:* UDP 10.1.4.220:137 *:* UDP 10.1.4.220:138 *:* UDP 10.1.4.220:497 *:* UDP 10.1.4.220:500 *:* UDP 127.0.0.1:1089 *:* UDP 127.0.0.1:1955 *:* As you can see, port 8888 is now in use. From explorer, if I double-click on another .java file, I get another instance of JBuilder. Any ideas? "Peter Hodge" < XXXX@XXXXX.COM >wrote in message QuoteNope. The Firewall isn't the problem. If I do a '>netstat -ano' before I |
