Yogesh Bhanu at [EMAIL PROTECTED] wrote:
> Hi all,
> I had to hardwire the java stuff in Makedefs and now the
> compile does start but does complain about unresolved symbols
> anybody has any clue about it ..
>
> home/yogesh/webapp-module-1.0-tc40/java# make
> /usr/opt/jdk131/bin/javac -d . -classpath
> /usr/local/www/jakarta/common/lib:/usr/opt/jdk131/jre/lib/:/usr/opt/jdk131/lib
> :/usr/opt/jdk131:.:${CLASSPATH}
> \
> Constants.java WarpConfigurationHandler.java WarpConnection.java
> WarpConnector.java WarpEngine.java WarpHost.java WarpLogger.java
> WarpPacket.java WarpRequest.java WarpRequestHandler.java WarpResponse.java
> WarpConfigurationHandler.java:63: cannot resolve symbol
> symbol : class Container
> location: package catalina
> import org.apache.catalina.Container;
> ^
> WarpConfigurationHandler.java:64: cannot resolve symbol
> symbol : class Context
> location: package catalina
> import org.apache.catalina.Context;
> ...
> ....
> ...
>
>
> Thanks in advance
> yogesh
Oh , and when you run configure with --enable-java, don't forget to also add
--with-tomcat...
Check out "configure --help"
Pier