I have just downloaded the lastest version of Eclipse 3.1M4 and MyEclipse 3.8.4 Beta 1.
When the JDK complience is set at 1.4 my app compiles clean, no problems. With complience set at 5.0 I receive errors on my JSPs where I am using custom JSF components. For example for the lines below I receive an error on the <dygtig: … line. The error is:
cannot access com.dygtig.components.tablescroller.TableScrollerTag: bad class file: C:\J2EE\LiftOff.ejb3\WebRoot\WEB-INF\classes\com\dygtig\components\tablescroller\TableScrollerTag.class
...
</h:dataTable>
<dygtig:tablescroller tables="ChartTable" /> <<--- problem
<f:verbatim><br></f:verbatim>
...
Any ideas. Thanks in advance.. Paul