source: examples/example_scripts/java/run_prover @ e3c7769

mei_rt2mei_rt2_fix_1
Last change on this file since e3c7769 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
3rm -rf hs_*.log
4
5keystore=`pwd`
6
7javac -classpath ${keystore}/build/classes prover_test.java
8
9java -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.