2010/2/8 Fabian Panthen <f...@unitb-consulting.de>:
>
>>java -version
> java version "1.6.0_14"
> Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
> Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode)
>
>>echo %JAVA_HOME%
> C:\Program Files\Java\jdk1.6.0_14
>
>>ant -diagnostics
> ...
> -------------------------------------------
> System properties
> -------------------------------------------
> java.runtime.name : Java(TM) SE Runtime Environment
> sun.boot.library.path : C:\Program Files\Java\jdk1.6.0_14\jre\bin
> java.vm.version : 14.0-b16
> ...
>
> and eclipse is using that same jre6 for compilation so tomcat should einther
> have a problem with clase compiled by either one of them or with none,
> right?
>

1. What exactly Tomcat versions are you using.
2. How do you deploy your application? There might be old class files
in the ${CATALINA_BASE}/work folder. Please remove them.
3. What were you trying to do, step by step, and at what step it fails?


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to