"Craig R. McClanahan" wrote:

>
> * Use a special shell script that temporarily adds struts.jar
>   to the classpath just for compilation.
>

I guess I should really give an example of this.  You can easily create a script
that includes this (Unix syntax, but the same idea works in .bat scripts):

    javac -classpath /path/to/struts.jar:$CLASSPATH $@

Craig


Reply via email to