Java HotSpot(TM) Server VM warning:
You have loaded library /tmp/libnetty-transport-native-epoll7650900490225298142.so
which might have disabled stack guard.
The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with
'execstack -c <libfile>', or link it with '-z noexecstack'.`
This shows up on startup of my Minecraft server
Ubuntu 14.04LTS 32bit java1.8.0_40
I tried uninstalling java completely.
And reinstalling.
'execstack' is not a command in terminal or java
Is there a fix for this?