I'm trying to create an applet that uses batik to display and enable the editing of SVGs. The problem is that I have no idea how to include the batik-classes in the Applet. If i include the .jar-files in the project in Eclipse, it works like it should in the Applet-viewer, but when I try to run it in a browser, it seems that it can't access the .jar-files since it seems to have no idea that the .jar-files even exist.
The only potential solution that I can think of, is extracting all the .jar-files and including them in the project. Is this the way to do it, or is there som easer way? ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

