TechTeam schrieb:
I think, forgot to add some library files, that errors all related to batik
library files but I added the batik-all.jar file in the both compile and run
time libraries,why those errors are coming while running through jar.I know
, I did small mistake but I don't how to fix it, sorry if I am wasting ur
time

Hi,

it depends on your building. The batik-all.jar needs also "xml-apis.jar" and "xml-apis-ext.jar" and for JS scripts the "js.jar". You could take a look at "blocks/svg/lib" of the Kabeja folder to see which jars are needed. All the jars need to be referenced in our application jar via Manifest for java -jar .... usage. Or put all in one jar. At least take a look which jdk you are using. Sun java 1.4,1.5.,1.6 should work out-of-box. On Linux systems it could
happens that a gcj jdk or other is used, which can cause this error.


Regards,

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to