java-thrift运行DEMO
摘要:
通过阅读~/thrift-0.8.0/tutorial/java/README,知道需要首先安装ant,这是一种java的编译部署工具,类似C里的makesudo apt-get install ant提示警告:warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds ,网上的解决方案说需要修改build.xml,为javac节点添加属性includeantruntime="on"< 阅读全文
posted @ 2012-07-11 15:29 codestyle 阅读(597) 评论(0) 推荐(0)