java icon indicating copy to clipboard operation
java copied to clipboard

No internet

Open calheiros opened this issue 5 years ago • 0 comments

Programs that require Internet do not work even if there is a great WiFi connection. A test program has different results if run with Java or DALVIKVM:

$ java Main Internet available: false

$ dalvikvm -cp Main.dex Main Internet available: true

calheiros avatar Mar 12 '19 20:03 calheiros