Hi Juan, I can't open the link you have for instructions, but here's what I do:
- Download the binary of your choice (I currently use the 1.7 final release). I'm not sure why you're downloading the Batik source unless you're trying to debug programs with it. The source is usually for debugging and/or using the latest and greatest experimental features. - Unzip the binary wherever. - Create a new library in NetBeans' Library Manager. - Add all the JARs in the /lib directory of your Batik install to the library. - Optionally add the JavaDoc to the library as well. - Use the library in your project. Michael Bishop > -----Original Message----- > From: Juan - k [mailto:[EMAIL PROTECTED] > Sent: Saturday, May 17, 2008 12:23 PM > To: [email protected] > Subject: problem installing batik > > Hello, this is a newbie related question > > I want to install batik, I am using Netbeans to work on some > projects. I already downloaded the batik binary source and I > followed these instructions: > > http://frankbruder.fr.ohost.de/scripting/batikinstall.html > > I followed the instructions to the .bat files. Now Netbeans > recognizes the packages when I import them. > > The problem is that when I try to import packages involving > the Transcoder classes (which I need). These are the imports > that I must use (I need to convert SVG to JPEG). > > org.apache.batik.transcoder.image.JPEGTranscoder > org.apache.batik.transcoder.TranscoderInput > org.apache.batik.transcoder.TranscoderOutput > > Netbeans can't find them. It cant even find anything after > "org.apache.batik.transcoder.image" > > Am I doing something wrong? Or is it anything additional that > I should do? > > In other words: how can I install Batik so that I can use it > in netbeans? > > Thanks for your attention =) > > > ________________________________ > > Send funny voice messages packed with tidbits from MSN. > Everyone wants to be ready. > <http://www.noonewantstolookdumb.com?OCID=T001MSN54N1613A> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
