blob: faf7dc81b29d04d03ad046d93e579b28ac8a90be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
To use shujit, set JAVA_COMPILER to 'shujit':
- if you are using csh or tcsh, add the following line to ~/.cshrc:
setenv JAVA_COMPILER shujit
- if you are using sh, bash, zsh or some other Bourne or Korn shell
derivative, add the following line to ~/.profile:
JAVA_COMPILER=shujit; export JAVA_COMPILER
|