1 2 3 4 5
#!/bin/sh CLASSPATH=@JAVADIR@/ecj.jar${CLASSPATH:+:}$CLASSPATH \ java org.eclipse.jdt.internal.compiler.batch.Main "$@"