source: doc/java_install @ 66ae396

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 66ae396 was 66ae396, checked in by Mei <mei@…>, 11 years ago

1) fix that missing LD flag for python
2) add some missing file into Makefile.am so make dist can pick them up

  • Property mode set to 100644
File size: 643 bytes
Line 
1The Java code lives in the java subdirectory.
2
3The package should contain all dependencies necessary for
4building/installing Java.
5
6SIMPLE BUILD
7
8    ant all
9
10OTHER OPTIONS
11
12The following ant targets are supported:
13
14    all: clean then compile and make docs
15    compile: build the library and test programs
16    regression-test: run a set of regression test programs
17    jar: build jabac.jar in build/jar/jabac.jar
18    doc: greate API javadocs in ./doc
19    dev-doc: create developer API javadocs in ./dev-doc (includes
20            package/private/protected functions)
21    clean: remove created files (includes .der and .pem in this directory)
Note: See TracBrowser for help on using the repository browser.