You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by John Knoop <jo...@leapfrog.se> on 2006/05/16 09:11:49 UTC

RE: [SPAM DNS] - RE: [SPAM DNS] - RE: Problems distributing Batik (Removed spam note) - Sending mail server found on sbl-xbl.spamhaus.org - Sending mail server found on sbl-xbl.spamhaus.org

Hi

Well, the problem now is that my class works great when I use it from a
different java project inside Netbeans. But when I want to use the class
from ColdFusion, it can't find the class ExtensibleSVGDOMImplementation,
even though I've added the exact same jar files in ColdFusions classpath as
in Netbeans.

/john

-----Original Message-----
From: Tonny Kohar [mailto:tonny@kiyut.com] 
Sent: den 16 maj 2006 04:33
To: batik-users@xmlgraphics.apache.org
Subject: [SPAM DNS] - RE: [SPAM DNS] - RE: Problems distributing Batik
(Removed spam note) - Sending mail server found on sbl-xbl.spamhaus.org -
Sending mail server found on sbl-xbl.spamhaus.org

Hi,

On Mon, 2006-05-15 at 13:09 +0200, John Knoop wrote:
> No I meant if I wish to distribute MY application as a class file. I don't
> want to mess with the class files inside the Batik jar files.

Yup, it is good idea not to mess the batik generated jar files, unless
you want to optimize the size of jar, etc

Under normal java command line (servlet, server side container might
differ) you normally invoke java like this "java -cp somejar.jar;somedir
main.class.file". It is the same you also invoke the same command line
"java -cp batik-all.jar;pdftranscoder.jar;xml-apis.jar;somefolder
main.class.file"

Please include all jar generated / included by batik inside the -cp
(classpath option).

The separator ";" might differ on different platform eg: Windows or
Unix, check the jdk docs.


Regards
Tonny Kohar
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org