MyEclipse gives a Class ‘com.mytest.MyBean’ not found error for the following entry in an applicationContext.xml file:
<bean
class="com.mytest.MyBean" />
The error disappears if the element is consolidated onto one line:
<bean class="com.mytest.MyBean" />
I’m using version 8.6.1 Blue.