ENVS=`env | sed -e 's/"/\\"/g' | sed -e 's/^\(.*\)=\(.*\)$/-D\1="\2"/' | sed -e 's,.$,& \\\\,' && echo "$*"` sh -c "java ${ENVS}"