Hi Patrik, I just tried to follow your steps, and no problems, it works just fine here. Could you please double-check that jruby.jar from the extracted dist archive has the appropriate class (jruby.jar/jruby/objectweb/asm/Opcodes.class).
Also, please make sure you don't have any JRUBY_HOME env variable set, just in case... Thanks, --Vladimir P.S. Trying out the "official" snapshots, as Charles suggested is also an option to try. On Thu, Jan 14, 2010 at 1:07 AM, Sundberg, Patrik <[email protected]> wrote: > Hi, > > > > I’m building jruby from master for the first time (used github mirror, > commit 2555b05e0441a785d164f023360b5df9513b9426) and I’m running into a > little snafu I was hoping to get help with. The build all goes well and I do > ant dist to get a .tar.gz that I can use to install on another machine. As a > test on the same machine as I built it I just unzipped the .tar.gz in dist > to another directory and do: > > > > psundb...@lnpsprod1:~/dev/jruby (git:master)$ bin/jruby -v > > jruby 1.5.0.dev (ruby 1.8.7 patchlevel 174) (2010-01-13 2555b05) (Java > HotSpot(TM) 64-Bit Server VM 1.6.0_17) [amd64-java] > > psundb...@lnpsprod1:~/dev/jruby (git:master)$ cd > ../../user-root/jruby-1.5.0.dev/ > > psundb...@lnpsprod1:~/user-root/jruby-1.5.0.dev $ bin/jruby -v > > jruby 1.5.0.dev (ruby 1.8.7 patchlevel 174) (2010-01-13 2555b05) (Java > HotSpot(TM) 64-Bit Server VM 1.6.0_17) [amd64-java] > > CallbackFactory.java:267:in `createFactory': java.lang.NoClassDefFoundError: > jruby/objectweb/asm/Opcodes > > from CallbackFactory.java:256:in `createFactory' > > from Ruby.java:2591:in `callbackFactory' > > from RubySystemCallError.java:173:in `createSystemCallErrorClass' > > from Ruby.java:1253:in `initExceptions' > > from Ruby.java:1031:in `bootstrap' > > from Ruby.java:1008:in `init' > > from Ruby.java:172:in `newInstance' > > from Main.java:206:in `run' > > from Main.java:117:in `run' > > from Main.java:97:in `main' > > > > Is this a pilot error? > > > > Thanks > > P > > > > > > ________________________________ > > The information contained in this communication is confidential and intended > only for the individual(s) named above. If you are not a named addressee, > please notify the sender immediately and delete this email from your system. > The views expressed in this email are the views of the author and do not > necessarily represent the views of Millennium Capital Partners LLP (MCP LLP) > or any of its affiliates. Outgoing and incoming electronic communications of > MCP LLP and its affiliates, including telephone communications, may be > electronically archived and subject to review and/or disclosure to someone > other than the recipient. MCP LLP is authorised and regulated by the > Financial Services Authority. > > ________________________________ > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
