-
created at 2013/11/04
-
reference [http://www.ibm.com/developerworks/jp/webservices/library/ws-intwsdl/] (http://www.ibm.com/developerworks/jp/webservices/library/ws-intwsdl/)
install from GVM by gvmtool
If you use Unix or MacOS, command following
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requirements | |
# * nkf | |
export CLASSPATH=$CATALINA_HOME/lib/servlet-api.jar | |
JAVA_FILES=`ls | grep .java` | |
for JAVA_FILE in ${JAVA_FILES[@]} | |
do | |
echo "compile "$JAVA_FILE |
according to README.md
according to README.md