Monday, July 30, 2012

Java/Eclipse issues

I got this error while trying to run a Struts project from eclipse Helios on tomcat version 6 web server

the error was "Project facet Java version 1.6 is not supported"

the solution was:- just right click on the project then choose properties and in the search text field write facet or directly choose project facet and then change the java from 1.6 to 1.5.