1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/java/tya/pkg-descr
1999-06-10 08:10:15 +00:00

20 lines
579 B
Plaintext

TYA is a ``100% unofficial'' JIT-compiler designed as an
add-on to the Blackdown ports of JDK 1.1.x for Linux (x86),
but currently experimental ported for usage with JDK 1.2.
For the command line option, run Java using option "-Djava.compiler=",
like this example:
java -Djava.compiler=tya Iview Valetta.jpg
# ^ set property ^ ^your pgm ^ pgm's options
But a better and easier way is setting the JAVA_COMPILER environment
variable, as in
export JAVA_COMPILER=tya
ftp://gonzalez.cyberus.ca/pub/Linux/java/
- Jake
jake@checker.org