On 3/15/07, Raghuveer <[EMAIL PROTECTED]> wrote:
C:\Program Files\Apache Group\Tomcat
4.1\work\Standalone\localhost\edrsystem\jsp
\EDR\EDRSelection_jsp.java:123: cannot access pwDashUtil.EDRUtil.EDRUtil
bad class file: C:\Program Files\Apache Group\Tomcat
4.1\webapps\edrsystem\WEB-I
NF\classes\pwDashUtil\EDRUtil\EDRUtil.class
class file has wrong version 49.0, should be 48.0

There's the error message. What it means is that it's trying to
process the JSP file using a Java version 1.4 compiler, but the class
EDRUtil was compiled with a newer version of Java (1.5) so the older
compiler can't understand it.

You should use the same version of Java to compile everything. Either
use a 1.4 compiler for your Java classes, or use a newer version of
Tomcat that is compatible with version 1.5 class files.
--
Len

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to