mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
5 lines
127 B
Bash
5 lines
127 B
Bash
#!/bin/sh
|
|
|
|
CLASSPATH=/usr/share/java/ecj.jar${CLASSPATH:+:}$CLASSPATH \
|
|
java org.eclipse.jdt.internal.compiler.batch.Main "$@"
|