#!/bin/sh

for name in /opt/umleditor/libs/* ; do
  CP=$CP:$name
done

java -cp $CP -jar /opt/umleditor/umleditor.jar