1 2 3 4 5 6 7
#!/bin/sh for name in /opt/umleditor/libs/* ; do CP=$CP:$name done java -cp $CP -jar /opt/umleditor/umleditor.jar