eclipse/ecj.sh.in
Andrew Overholt 8273c1611e - 3.1.1.
- Patch around gij failing for the doc plug-in generation.
- Make /usr/bin/ecj a script (allows all jvms to call it).
2005-10-11 21:21:27 +00:00

5 lines
129 B
Bash

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