JDK And ANTLR -- Install and Configuration
时间:2009-03-16 来源:tubocurarine
1. JDK Path
I installed JDK in the location: /home/yyc/tools/, so the .bash_profile in my home directory was modified, with following path added:
.bashrc in my home director was moddified to add required CLASSPATH, as follows:
exportCLASSPATH=$CLASSPATH:\
.\
:/home/yyc/ANTLR/antlr-3.1.2/lib/antlr-2.7.7.jar:\
/home/yyc/ANTLR/antlr-3.1.2/lib/antlr-3.1.2.jar:\
/home/yyc/ANTLR/antlr-3.1.2/lib/antlr-runtime-3.1.2.jar:\
/home/yyc/ANTLR/antlr-3.1.2/lib/stringtemplate-3.2.jar:\
/home/yyc/tools/jdk1.6.0_12/lib:\
/home/yyc/tools/jdk1.6.0_12/lib/tools.jar
相关阅读 更多 +
排行榜 更多 +
|