Looks like you have copied together the sources without paying attention to package names. You've even got the same file twice in different directories. Don't do that. Just extract the source distribution to a new directory and specify multiple source directories (assuming you want to compile within JBuilder).
If you just want to use FOP (not develop in FOP) it's probably easier only to add fop.jar to your classpath and maybe copy the servlet sources to your project so you can customize them. On 08.03.2003 02:37:11 Asim Nazir wrote: > hello, > i am trying to use fop libaray for converting my fo document to pdf. > i am using java and jbuilder7, i have added all the required libraries , but > now these are the three error. > CAN SOMEONE GUIDE ME ON THIS. > here are the error msgs. > > "FopServlet.java": Error #: 901 : package . stated in source > D:\ASIM\fopapp\src\fop\contrib\servlet\src\FopServlet.java does not match > directory fop.contrib.servlet.src > > "FopPrintServlet.java": Error #: 901 : package . stated in source > D:\ASIM\fopapp\src\fop\contrib\servlet\src\FopPrintServlet.java does not > match directory fop.contrib.servlet.src > > "StreamRenderer.java": Error #: 482 : duplicate definition of class > org.apache.fop.apps.StreamRenderer$RenderQueueEntry, defined in > D:\ASIM\fopapp\src\fop\src\org\apache\fop\apps\StreamRenderer.java and also > defined in D:\ASIM\fopapp\src\org\apache\fop\apps\StreamRenderer.java Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
