jashkenas / ruby-processing

Code as Art, Art as Code. Processing and Ruby are meant for each other.
http://github.com/jashkenas/ruby-processing/wikis
Other
1.28k stars 94 forks source link

Java 5.0 (1.5) and Ruby-Processing #18

Closed sgallese closed 14 years ago

sgallese commented 14 years ago

Seb

I run this code and I get this error message.

kdge$ rp5 run my_app.rb Error: Some library (perhaps JRuby) was built with a later JVM version. Please use libraries built with the version you intend to use or an earlier one. Specify -w for full UnsupportedClassVersionError stack trace

I'm running Java 5.0 (1.5) (single core Leopard mac's are behind the curve).

The "getting-started" wiki page says Java 1.5 works. Has it been dropped?

Thanks,

Seb

sgallese commented 14 years ago

Update: Read issue #11 Looks like this is easily fixable. Sorry, I was confused from the listed system requirements.

Thanks, Seb

jashkenas commented 14 years ago

Looks like you got it covered. That original signed jar will go out with the next version, but for now you can just download master...