小弟前段时间的配置环境是:JDK5.0+TOMCAT5.0+eclipse 3.2+myeclipse 5.0;现在把环境全部升级为:JDK6.0+TOMCAT 6.0+ECLIPSE 3.3+MYECLIPSE 6.0配置完全正确.把以前的项目导入进去,编译结果出现这样的异常: 
2008-11-27 14:58:13,051 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed>
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'timerFactory' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'TimerMonitorTask' while setting bean property 'scheduledTimerTasks' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TimerMonitorTask' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'TimerMonitor' while setting bean property 'timerTask'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TimerMonitor' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'JcoService' while setting bean property 'jcoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'JcoService' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'poolName' threw exception; nested exception is java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
no sapjcorfc in java.library.path
Caused by: 
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TimerMonitorTask' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'TimerMonitor' while setting bean property 'timerTask'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TimerMonitor' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'JcoService' while setting bean property 'jcoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'JcoService' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'poolName' threw exception; nested exception is java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
no sapjcorfc in java.library.path
Caused by: 
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TimerMonitor' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'JcoService' while setting bean property 'jcoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'JcoService' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'poolName' threw exception; nested exception is java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
no sapjcorfc in java.library.path
Caused by: 
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'JcoService' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'poolName' threw exception; nested exception is java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
no sapjcorfc in java.library.path
Caused by: 
org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessException details (1) are:
PropertyAccessException 1:
org.springframework.beans.MethodInvocationException: Property 'poolName' threw exception; nested exception is java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
no sapjcorfc in java.library.path
Caused by: