slagyr / limelight

GUI library for Ruby/Clojure/Java
http://limelight.8thlight.com
MIT License
108 stars 16 forks source link

"limelight open" not working on JRuby 1.6.4 (Linux) #2

Open PragTob opened 13 years ago

PragTob commented 13 years ago

Hi,

I just wanted to go ahead and try limelight. Unfortunately I ran in some trouble. I created a new gemset (jruby 1.6.4) and then installed the latest limelight gem (0.5.5), but when trying

limelight open

I get this following error: https://gist.github.com/1275585

Did I miss some important instruction?

I am running Linux Mint 11 64 bit (based upon Ubuntu 11.04). I am using OpenJDK as my default JDK.

Regards, Tobi

slagyr commented 13 years ago

Tobi,

First, thanks for the info and I'm sorry you experienced this problem. Unfortunately I'm not sure how to help with this problem at the moment. Based on the stack trace it seems like the JVM implementation thinks it's running headless mode…??? Are you not running a desktop environment?

Micah

On Oct 10, 2011, at 10:24 AM, Tobias Pfeiffer wrote:

Hi,

I just wanted to go ahead and try limelight. Unfortunately I ran in some trouble. I created a new gemset (jruby 1.6.4) and then installed the latest limelight gem (0.5.5), but when trying

limelight open

I get this following error: https://gist.github.com/1275585

Did I miss some important instruction?

I am running Linux Mint 11 64 bit (based upon Ubuntu 11.04). I am using OpenJDK as my default JDK.

Regards, Tobi

Reply to this email directly or view it on GitHub: https://github.com/slagyr/limelight/issues/2

PragTob commented 13 years ago

Hi micah,

no need to be sorry! Thanks for developing this :-) Well too bad I hoped that it'd be a simple configuration problem :-(. I am running a desktop environment (GNOME 2.3.2 I believe, some GNOME 2 for sure). Are you depending on anything java-ish that I might not have installed (other than the normal JRE, JDK etc..) ? Maybe I should try to change my default JDK to the sun 6 JDK - but I don't have the time to do it right now. If I do it I'll let you know what I find out :-)

Cheers, Tobi

slagyr commented 13 years ago

Tobi,

No there's nothing else that I can think of that has to be installed. A simple JRE should be fine… assuming is has all the standard libraries included.

Please do let me know if you find any new information. Sooner or later we'll get the chance to try it out on ubuntu here.

Micah

On Oct 10, 2011, at 11:14 AM, Tobias Pfeiffer wrote:

Hi micah,

no need to be sorry! Thanks for developing this :-) Well too bad I hoped that it'd be a simple configuration problem :-(. I am running a desktop environment (GNOME 2.3.2 I believe, some GNOME 2 for sure). Are you depending on anything java-ish that I might not have installed (other than the normal JRE, JDK etc..) ? Maybe I should try to change my default JDK to the sun 6 JDK - but I don't have the time to do it right now. If I do it I'll let you know what I find out :-)

Cheers, Tobi

Reply to this email directly or view it on GitHub: https://github.com/slagyr/limelight/issues/2#issuecomment-2349061