First, let's make sure ConfiguredProducts.java is there.
-
In Designer, go to Window > Show Eclipse Views > and select Navigator. If you don't have that in the list select Other > General > Navigator and click OK.
-
Locate the database template and expand it as follows:
WebContent > WEB-INF > src > com > ibm > lotus > idc > wiki
-
ConfiguredProducts.java should be there. If it isn't there, copy it from the same location in the template to the wiki. If it is there, go to the next step.
Second, let's make sure the build path is set correctly.
-
In Designer, right-click on the wiki and select Project Properties.
-
Go to the Source tab and see if there is a build path for WebContent/WEB-INF/src
-
If not, create it following these steps:
-
Click Add Folder
-
Expand WebContent and WEB-INF.
-
Only select src under WEB-INF and click OK to create the build path.
-
Click OK on Project Properties.
-
Try the wiki again and see if this fixes the problem.
Let me know if this works and I can update the template with this explicit build path.