#!/bin/sh
CLASSPATH="/usr/share/java/willcrash/willuncaught.jar"
export CLASSPATH
exec java WontCatchNullPointerException
