mei_rt2mei_rt2_fix_1
Last change
on this file since 20eaefe was
97a6a36,
checked in by Mei <mei@…>, 12 years ago
|
1) added java to libabac using swig
2) added java examples (setup/prover) into regression test suites
(note. still have that libstrongswan/src/threading/threads.c/thread_deinit()
problem when using using libabac with java)
|
-
Property mode set to
100755
|
File size:
237 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | rm -rf hs_*.log |
---|
4 | |
---|
5 | keystore=`pwd` |
---|
6 | |
---|
7 | javac -classpath ${keystore}/build/classes prover_test.java |
---|
8 | |
---|
9 | java -classpath ${keystore}/build/classes:. -Djava.library.path=/usr/local/lib prover_test ${keystore} IceCream delicious Chocolate |
---|
Note: See
TracBrowser
for help on using the repository browser.