I got Oracle Java installed, but it didn't change the "stack guard" error I'm getting. Maybe this is a 32-bit app and I'm running it on 64-bit Ubuntu?
# java -version
java version "1.8.0_333"
Java(TM) SE Runtime Environment (build 1.8.0_333-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.333-b02, mixed mode)
# ./Sleepy
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library ~/Sleepy/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520/eclipse_1206.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'.
I got Oracle Java installed, but it didn't change the "stack guard" error I'm getting. Maybe this is a 32-bit app and I'm running it on 64-bit Ubuntu?