// shell 的代码
export REMOTE_DEBUG="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=10530"
cd `pwd`
cplib="";
for i in `ls ./lib/`; do cplib=$cplib"./lib/$i:";done;
java ${REMOTE_DEBUG} -cp $cplib cn.com.cfets.data.tools.Generator -mode std -in proto -out all -input ./input/proto -output ./output

eclipse内的参数

 

 

posted on 2018-07-13 14:29  帅过驴的袋鼠  阅读(173)  评论(0编辑  收藏  举报