Changes between Version 121 and Version 122 of waue
- Timestamp:
- Oct 1, 2008, 6:12:11 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue
v121 v122 16 16 == 工作日誌 == 17 17 '''i. 解一:搭配classpath 呼叫''' 18 18 編輯一個shell,內容為 19 {{{ 20 #!/bin/bash 21 22 LIB=/opt/lib 23 24 25 26 CLASSPATH=$LIB/commons-cli-2.0-SNAPSHOT.jar:$LIB/hadoop-0.16.4-core.jar:$LIB/kfs-0.1.jar:$LIB/commons-codec-1.3.jar:$LIB/hbase-0.1.3.jar:$LIB/log4j-1.2.13.jar:$LIB/commons-httpclient-3.0.1.jar:$LIB/jets3t-0.5.0.jar:$LIB/servlet-api.jar:$LIB/commons-logging-1.0.4.jar:$LIB/jetty-5.1.4.jar:$LIB/xmlenc-0.52.jar:$LIB/commons-logging-api-1.0.4.jar:$LIB/junit-4.4.jar:/opt/hadoop/conf/:. 27 28 29 30 31 32 # echo $CLASSPATH 33 34 javac -classpath $CLASSPATH ./SnortBase.java 35 36 37 38 java -cp $CLASSPATH SnortBase 39 40 41 }}} 19 42 20 43 '''i. 解二:包成jar 檔呼叫'''