节俭建立java库......:没有

Eli*_* Xu 1 thrift

我按照http://thrift.apache.org/docs/install/centos上的说明安装了thrift

运行./configure命令后,我得到了:

Building C++ Library ......... : yes
Building C (GLib) Library .... : no
**Building Java Library ........ : no**
Building C# Library .......... : no
Building Python Library ...... : no
Building Ruby Library ........ : no
Building Haxe Library ........ : no
Building Haskell Library ..... : no
Building Perl Library ........ : no
Building PHP Library ......... : yes
Building Erlang Library ...... : no
Building Go Library .......... : no
Building D Library ........... : no
Building NodeJS Library ...... : no
Building Lua Library ......... : no

C++ Library:
   Build TZlibTransport ...... : yes
   Build TNonblockingServer .. : yes
   Build TQTcpServer (Qt4) .... : no
   Build TQTcpServer (Qt5) .... : no

PHP Library:
   Using php-config .......... : 
Run Code Online (Sandbox Code Playgroud)

我已经安装了java和ant

[root@localhost thrift]# java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) Server VM (build 25.45-b02, mixed mode)
Run Code Online (Sandbox Code Playgroud)

我不明白为什么'构建java库是没有'

Ken*_*ock 8

如果尚未安装Ant,请先安装它并再次运行./configure.