blob: cd41c29d1209f4975093e99799854f9e95a1cb26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$FreeBSD$
--- 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.
+First you should set LD_LIBRARY_PATH environment variable as follows:
+
+ export LD_LIBRARY_PATH=%%PREFIX%%/lib/shujit
+
Type instead of usual java command
% java -Djava.compiler=shujit ...
|