Problem: Eclipse and Sybase WorkSpace automatically compile the .java files. This results in duplicate .class files that are placed in an output folder during the Java build and in your WorkSpace folders.
Solution: Set filtered resources so that WorkSpace files are not copied into the output folder during the build. Do the following:
Go to Window|Preferences|Compiler.
Select the Build Path tab.
In the Filtered Resources field, enter WorkSpace files such as the following:
• *.svc_java
• *.svc_db
• *.svcpkgdef.
Click OK.
Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com