comparison java/jdc/README.txt @ 21:40a2c4198016

- working jdc (but with memleaks, currently) - added example
author cslag
date Wed, 30 Mar 2016 23:40:52 +0200
parents 77ca609422f1
children
comparison
equal deleted inserted replaced
20:77ca609422f1 21:40a2c4198016
6 6
7 2) Build with: 7 2) Build with:
8 8
9 make 9 make
10 10
11
12 RUNNING EXAMPLES
13 ================
14
15 For example, having build jdc, build and run UnixMathExample from this folder:
16
17 javac -d . examples/UnixMathExample.java
18 java -Djava.library.path=. UnixMathExample
19