mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
7f05c36ddb
- use USE_JAVA. Submitted by: des (USE_JAVA)
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
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
|
|
|