Rhino wrote: > How would YOU set up Eclipse/iText/BouncyCastle, using a recent version > of Eclipse, like 3.5.1, on Windows XP on a clean computer that had no > IText or BouncyCastle code already on it?
I would open Eclipse and create a new workspace. For instance c:/workspace Then I would open that directory with Explorer and use Turtoise to get two things from SVN: the trunk (I put it in directory c:/workspace/main) and the book examples (c:/workspace/book). Then I would create two new projects in my Eclipse workspace: main and book. Eclipse will detect that for instance c:/workspace/main/core/src is a source folder and that c:/workspace/main/lib contains jar files, such as the BC jars. It will add these jars to the CLASSPATH automagically. For the book project, I tell Eclipse that it depends on the main project. That way, when you click "open declaration", you can jump immediately to the iText source code. I hardly ever look at the BC jars, because they are downloaded from SVN and Eclipse detects them when I create the project. Usually, there's no need for any manual interaction. That's why your question is somewhat strange. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
