You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run application as java process (for example in intellij idea)
I can ping 40009 port by command:
netstat -vanp tcp | grep 40009
But when I create native runner for this app and run it. This port is free. In this time an app works correctly but port is free. Why port is free for native run ?
P.S. I tried to reproduce following case for Graal VM and it works correctly.
The text was updated successfully, but these errors were encountered:
I have JavaFX application that based on GluonFX framework. It creates simple Server Socket:
When I run application as java process (for example in intellij idea)
I can ping 40009 port by command:
netstat -vanp tcp | grep 40009
But when I create native runner for this app and run it. This port is free. In this time an app works correctly but port is free. Why port is free for native run ?
P.S. I tried to reproduce following case for Graal VM and it works correctly.
The text was updated successfully, but these errors were encountered: