diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-25 07:32:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-25 07:32:43 +0000 |
commit | 527910f5267052979e9b43f1d7265859385ea2eb (patch) | |
tree | f91fe40e39678fce60225ac5dec0e35464a00e6a /java/shujit/files | |
parent | Clean up. (diff) |
Clarify usage instructions (you have to set LD_LIBRARY_PATH to
${PREFIX}/lib/[tya,shujit] in addition to JAVA_COMPILER.
Notes
Notes:
svn path=/head/; revision=33089
Diffstat (limited to 'java/shujit/files')
-rw-r--r-- | java/shujit/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/shujit/files/patch-ac b/java/shujit/files/patch-ac new file mode 100644 index 000000000000..5d4da408dd74 --- /dev/null +++ b/java/shujit/files/patch-ac @@ -0,0 +1,13 @@ +--- README 2000/09/23 21:59:50 1.1 ++++ README 2000/09/23 21:59:26 +@@ -33,6 +33,10 @@ + + * Run Java applications with JIT compiler. + ++Fist you should set LD_LIBRARY_PATH enviropment variable as follows: ++ ++ export LD_LIBRARY_PATH=%%PREFIX%%/lib/shujit ++ + Type instead of usual java command + % java -Djava.compiler=shujit ... + |