JSTL Error: Unable to find a value for property in object of class using operator “.”

September 30th, 2009

Problem: You get this error while trying to access a property of an object in JSTL but you are absolutely sure that the property is present in the Class.
Solution: It is likely that the culprit is your getter method for the property or the way you are trying to access it in JSTL .

Eclipse error: java.util.Enumeration cannot be resolved

August 27th, 2009

Problem: you get an error during build saying “Build error java.util.Enumeration cannot be resolved” even though you have the correct import statement.
Solution: Set the compiler compliance level to 1.4 (window->preferences->Java->compiler) and rebuild.

Eclipse error: project .jetemitters is missing required library

August 9th, 2009

Problem: The error “project .jetemitters is missing required library” prevents you from building your project.
Solution: Go to package explorer window and click the down arrow button in the right hand corner.

Then select filter and uncheck *.resources. The project .jetemitters should now show up. Just delete it.

Sponsors