Ticket #21500: ecj.in
File ecj.in, 327 bytes (added by mvfranz@…, 15 years ago) |
---|
Line | |
---|---|
1 | #!/bin/sh |
2 | # add the compiler to the classpath and then use the default java |
3 | # implementation. If the user wants to change the version of java |
4 | # they can define what 'java' resolves to. |
5 | CLASSPATH=@@PREFIX@@/share/java/eclipse-ecj.jar${CLASSPATH:+:}$CLASSPATH \ |
6 | java -Xmx1024m org.eclipse.jdt.internal.compiler.batch.Main "$@" |