I did some further tests: Works well under Linux with JDK 1.4.2 and JDK 1.5.0.
That led me back to the CLASSPATH and, then saw that there are two "minor" typos in runShellDemo.bat. The CLASSPATH line should read: ... %CACHE_LIB%/je.jar;%CACHE_LIB%/jboss-remoting.jar instead of ... %CACHE_LIB%/je.jar;%CACHE_LIB/jboss-remoting.jar I guess the last line should read: java -cp %CP% %ARGS% -Djboss.aop.aoppath=%AOP_PATH% bsh.Interpreter instead of java -cp %CP% %ARGS% -Djboss.aop.aoppath=$AOP_PATH bsh.Interpreter But I didn't discover any bad side effect of the second typo so far. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861768#3861768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861768 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
