Hi,
just downloaded and installed MyEclipse 9 since I’ve heard a lot of good things about this IDE.
Unfortunately I already failed creating a simple JSF 2.0 application, the following error message comes up:
Servlet Faces Servlet is not available
After that I tried to create a JSF 1.2 project, but the same error came up again.
Then I unchecked the checkbox Properties -> MyEclipse -> Web -> Deployment and unchecked Library Deployment Policies -> Use workbench default settings (but actually didn’t change any of the other settings in this area). Then I retried and – it worked…
I tried the same approach with JSF 2 but failed even with this ‘workaround’. Then again with JSF 1.2 -> failed, so I think the successfull try was just a fluke.
I also exported the project as a war file and checked the lib directory which was completely empty.
Some additional informations:
OS: Ubuntu 11.04
Version: MyEclipse for Spring 9.0
Java: OpenJDK 6b22-1.10.0ubuntu1
Can you please let me know how to resolve this issue?