File: README

package info (click to toggle)
stoken 0.92-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,000 kB
  • sloc: ansic: 4,689; sh: 4,256; java: 123; perl: 102; makefile: 102; xml: 33
file content (18 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description:

This directory contains a JNI interface layer for libstoken, and a
demo program to show how it can be used.

Build instructions:

From the top level, run:

    ./configure --with-java
    make
    cd java
    ant
    java -Djava.library.path=../.libs -jar dist/example.jar \
    	{ <token_string> | <stokenrc_path> }

Test/demo code is in src/com/example/
LibStoken wrapper library is in src/org/stoken/