0 Replies Latest reply on Jan 25, 2007 6:02 AM by chrismeadows

    runShellDemo.sh broken in 1.4.1 GA ?

    chrismeadows

      Believe I've found some broken parts of runShellDemo.sh in JBossCache 1.4.1 GA. I was getting a

      Exception in thread "main" java.lang.NoClassDefFoundError: bsh/Console

      fix to line 4

      CACHE_HOME=.

      (not ./../)

      fix to line 39

      java -cp $CLASSPATH $ARGS $JAVA_OPTS -Djboss.aop.aoppath=$AOP_PATH bsh.Console &

      (not $CP)