Sounds like you are a new user of Eclipse. I suggest familiarising yourself with Eclipse generally BEFORE asking such simple questions.
A brief starting guide would be: You need to create a project highlight 'src' select import from the drop down menu within your downloaded batik browse to the folder batik-src/batik-1.7/sources/ do the import then find out which version of Java you have - if it's java 1.3 or lower you need to also import sources-1.3 otherwise 1.4 or above (including java 6) you need to import sources-1.4 (Make sure you choose the right folder as described above as Eclipse is a bit dumb and will still go ahead but then complain about package declaration not matching etc. (Wish Eclipse was smarter - anyone any ideas?)) It does work - I'm happily building projects with batik source in eclipse 3.3.x and debugging right into the core of batik to see how it works. Keywan Najafi Tonekaboni wrote: > > sorry sorry sorry.... > the correct path seems to be "batik-src/batik-1.7/sources/" > > regards, > > keywan > > Am Freitag, den 18.04.2008, 12:58 +0200 schrieb Keywan Najafi > Tonekaboni: >> Hello, >> >> I downloaded the batik-source and unpack it. >> >> Then I try to add it to one of the batik libs in my eclipse properties. >> >> I try it with this two path: >> batik-src/batik-1.7/sources/org >> batik-src/batik-1.7/sources-1.4/org >> >> I also try to push F3 on a batik class in my source and then use "attach >> source". But I get a "Class not found" error. >> >> how can I attach the batik source to eclipse? >> >> Regards, >> >> Keywan >> > -- > Keywan Najafi Tonekaboni > http://www.prometoys.net > > [EMAIL PROTECTED]:/# apt-get --purge remove dominion > After unpacking world will be freed. > You are about to do something potentially beneficial > To continue type in the phrase 'Yes, do as We say!' > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Batik-Javadoc-Sources-in-Eclipse-tp16765186p17022033.html Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
