#!/bin/sh
JPATHj501a=PREFIX/lib/j
export JPATHj501a
if [ ! -d $HOME/J ]
then
	cp -r $JPATHj501a/user $HOME/J
fi
exec PREFIX/lib/j/jconsole "$@"
