summaryrefslogtreecommitdiff
path: root/java/tya/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-10 08:10:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-10 08:10:15 +0000
commitaeec83c04e851e15a5fad8fec94ad14c92c27ad3 (patch)
treec5a179f2f1da891b7e69ae64a52e5f081233dfd3 /java/tya/pkg-descr
parentDon't quite understand what happened but these fell out of the last (diff)
Re-import of tya version 1.3v2 from devel.
Notes
Notes: svn path=/head/; revision=19397
Diffstat (limited to '')
-rw-r--r--java/tya/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/java/tya/pkg-descr b/java/tya/pkg-descr
new file mode 100644
index 000000000000..2f58a9ad57db
--- /dev/null
+++ b/java/tya/pkg-descr
@@ -0,0 +1,19 @@
+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