rocksdb/java
Yueh-Hsuan Chiang ae7743f226 Fixed some make and linking issues of RocksDBJava
Summary:
Fixed some make and linking issues of RocksDBJava. Specifically:
* Add JAVA_LDFLAGS, which does not include gflags
* rocksdbjava library now uses JAVA_LDFLAGS instead of LDFLAGS
* java/Makefile now includes build_config.mk
* rearrange make rocksdbjava workflow to ensure the library file is correctly
  included in the jar file.

Test Plan:
make rocksdbjava
make jdb_bench
java/jdb_bench.sh

Reviewers: dhruba, swapnilghike, zzbennett, rsumbaly, ankgup87

Reviewed By: ankgup87

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D20289
2014-07-21 22:41:54 -07:00
..
org/rocksdb Revert wrong commit 2014-07-09 09:06:20 -07:00
rocksjni [Java] Fixed the Java compilation error caused by PlainTableFactory API change. 2014-07-21 09:19:28 -07:00
HISTORY-JAVA.md [Java] Add HISTORY-JAVA.md and include both C++ and Java history files in .jar. 2014-06-20 23:18:25 -07:00
jdb_bench.sh [Java] Fixed compile error due to the removal of ReadOptions.prefix_seek, minor improvement on DbBenchmark.java. 2014-04-27 21:49:45 -07:00
Makefile Fixed some make and linking issues of RocksDBJava 2014-07-21 22:41:54 -07:00
RocksDBSample.java Add compression type to options 2014-07-07 09:58:54 -07:00