Ticket #21500: ecj.in

File ecj.in, 327 bytes (added by mvfranz@…, 15 years ago)

special script to run ecj

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.
5CLASSPATH=@@PREFIX@@/share/java/eclipse-ecj.jar${CLASSPATH:+:}$CLASSPATH \
6java -Xmx1024m org.eclipse.jdt.internal.compiler.batch.Main "$@"