1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Maxim Sobolev 527910f526 Clarify usage instructions (you have to set LD_LIBRARY_PATH to
${PREFIX}/lib/[tya,shujit] in addition to JAVA_COMPILER.
2000-09-25 07:32:43 +00:00

15 lines
476 B
Plaintext

--- README 2000/09/23 21:49:52 1.1
+++ README 2000/09/23 21:52:34
@@ -138,7 +138,10 @@
You may either specify the compiler to the JVM on the command line, or
you may set an environment variable that will let the JVM find the
-compiler.
+compiler. In both cases you should set LD_LIBRARY_PATH enviropment
+variable as follows:
+
+ export LD_LIBRARY_PATH=%%PREFIX%%/lib/tya
For the command line option, run Java using option "-Djava.compiler=",
like this example: