unable to start tomcat server

hi,

i want to develop simple application using servlets.i ve installed apache tomcat4.1 version.i ve compiled my servlet program successfully.but when i am trying to start tomcat server,it is showing some error.i ve set the callspath too.

the error is:

The JAVA_HOME environment variable is not defined correctly

This environment variable is needed to run this program

Using CATALINA_BASE:..

Using CATALINA_HOME:..

Using CATALINA_TMPDIR: ..\temp

Using JAVA_HOME:c:\jdk1.5.0_05;

The system cannot find the file -Dsun.io.useCanonCaches=false.

please resolve my problem..

thanks in advance..

[661 byte] By [chanti20983a] at [2007-11-27 10:19:57]
# 1

http://forum.java.sun.com/thread.jspa?threadID=5193463

drvijayy2k2a at 2007-7-28 17:00:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

>>>Using JAVA_HOME: c:\jdk1.5.0_05;

There shouldn't be a semi-colon in the JAVA_HOME

tolmanka at 2007-7-28 17:00:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

thanku so much..

chanti20983a at 2007-7-28 17:00:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...