0
How to check if my laptop is connected to the wifi only with Java NetBeans ?
I have a Javafx program where I send some text through mobile with sockets , now I want to detect if my laptop is connected to the wifi only , inside my program.
1 Odpowiedź
0
most of the times no, you cant java doesnt provide such low level information. you'll probably need a native library and call the function using JNI