Directories in BSE_CLASSPATH
The bshell checks if parts of the BSE_CLASSPATH variable contain directory names. In case of a directory name, the bshell adds all jar files in that directory to the java.class.path property.
Example
The /opt/birt/lib directory contains 3 jar files: a.jar, b.jar, and c.jar.
The BSE_CLASSPATH=/opt/birt/lib setting results in:
-Djava.class.path=/opt/birt/lib:/opt/birt/lib/a.jar:
/opt/birt/lib/b.jar:/opt/birt/lib/c.jar
          In previous versions, all jar files from $BSE/java were added in a different order.
-Djava.class.path=/usr/bse/java/bjvmi.