2 Replies Latest reply on Jan 26, 2010 11:44 AM by galder.zamarreno

    runGuiDemo.sh missing some CP jars

    tfennelly

      Hi guys.

       

      I downloaded the CR3 distro and tried the GUI Demo.  I need to modify runGuiDemo.sh by adding the following to the CP generation...

       

      for i in ${ISPN_HOME}/*.jar ; do
         CP=${i}:${CP}
      done
      
      for i in ${ISPN_HOME}/lib/*.jar ; do
         CP=${i}:${CP}
      done
      

       

      The script also tries to include jars from modules/core, which doesn't seem to exist.  I didn't try the other demo scripts, but perhaps they need to be checked too.