I am beginner in shoes app, when I was trying to run a shoes app in the Ubuntu 12.04 terminal using shoes samples/test22.rb
I'm getting this error:
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again.
So how can I solve this or some one help me to run a simple shoes app in ubuntu and make a desktop app?
I'm guessing you are running shoes4. It runs fine for me on ubuntu 14.04, so let's figure out the difference.
First, posting samples/test22.rb would be nice as test22.rb does not exist in the shoes repo and even sample22.rb does not exist (anymore).
E.g. important factors that could lead to this crash are the shoes version, the JRuby version and the JDK version.
Here are my values:
For 12.04 my personal guess would be an outdated JVM version on which SWT does not run anymore.