Trying to run core-samples/standalone/calculator

2007-03-14 Thread Ignacio Silva-Lepe
I'm probably missing something, but according to the readme for the core samples standalone calculator, I should be able to: java -jar {path-to-launcher.jar} target/calc.jar {add|subtract|multiply|divide} {param} {param} but when I try it I get NoClassDefFoundError as follows:

Re: Trying to run core-samples/standalone/calculator

2007-03-14 Thread Luciano Resende
Are you just trying to run from the launcher project ? You need to get a standalone runtime from the assembly, that will have the launcher and more stuff as well. Try unzipping the assembly from : java\sca\runtime\standalone\assembly\target\assembly- 2.0-alpha2-incubating-SNAPSHOT-bin.zip And

Re: Trying to run core-samples/standalone/calculator

2007-03-14 Thread Ignacio Silva-Lepe
Hmm, yeah, I remember doing something like that earlier with the distribution, but I thought things had changed. In any case, if this really is the procedure to follow, it should be documented accor- dingly in the standalone calculator readme. On 3/14/07, Luciano Resende [EMAIL PROTECTED]

Re: Trying to run core-samples/standalone/calculator

2007-03-14 Thread Jeremy Boynes
I cleaned up the doco a little - can you take a look and see if it makes sense (and if not fix it :-) ) -- Jeremy On Mar 14, 2007, at 10:01 AM, Ignacio Silva-Lepe wrote: Hmm, yeah, I remember doing something like that earlier with the distribution, but I thought things had changed. In any