설치 순서
# add-apt-repository ppa:ferramroberto/java
# apt-get update
# apt-get install sun-java6-jdk libboost-dev libevent-dev python-dev automake pkg-config libtool flex bison
# ./configure JAVAC=/usr/bin --prefix=/usr/local/thrift
# make
# make install
확인
# /usr/local/thrift/bin# ./thrift
# /usr/local/thrift/bin/thrift --gen java test.thrift
'general java' 카테고리의 다른 글
| Mybatis 좋은 팁 (여러개의 파라미터를 자동으로 map으로 적용할 수 있는 방법) (0) | 2012.05.12 |
|---|---|
| [MyBatis-Spring] 여러 DB 연동 (multiple db) (0) | 2012.05.11 |
| ubuntu에서 thrift 0.6 installation(설치) 가이드 (0) | 2012.04.25 |
| Redis와 BitSet (jedis 이용) (1) | 2012.04.10 |
| jedis를 이용해서 bitset 활용하기 (redis) (0) | 2012.04.04 |
| [Hudson+Spring Batch] master/slave 구성하기 (0) | 2012.03.26 |




댓글을 달아 주세요