Hi Helder, Thank you for your reply
I am using Windows XP, jdk1.6.0_10, working in netbeans 6.7.1,
batik version is latest - batik-src-1.7.zip
I am beginner and i am programming in java, i am developing cdc application,
i don't even know what is GNU Classpath, so i assume that i am not using
that
I could post you whole code if necessarily, just say and next time i will
Hope that you have solution for me
Helder Magalhães wrote:
>
> Hi krunchie,
>
>
>> I want to view SVG image but when I run my code I got exception
>>
>> This is my code, what is wrong? How I can view simple SVG image - please
>> help me?
>>
>> JSVGCanvas jsvgc = new JSVGCanvas();
>> jsvgc.setURI(new java.io.File("D:\\Documents and
>> Settings/Czgrada_try_1.svg").toURL().toString());
>> panel2.add(jsvgc);
>
> Note that you provide too little information: no operating system,
> Java version, Batik version, etc.. Trying to look at this single
> snippet, though I'd say it seems OK.
>
>
>> this is exception:
>> java.lang.NoClassDefFoundError: java/awt/image/renderable/RenderableImage
>
> A quick search on this symptom lead to the likely issue: it seems like
> you are using GNU Classpath (Java implementation), which is not yet
> compatible with Batik (or the way around). Take a look at a tightly
> related Wiki page [1]. Also, you will likely find more information by
> crawling the mailing list [2] for this (i recall a couple of threads
> on the subject).
>
> Please reply with more information if that's not the case.
>
>
> Hope this helps,
> Helder
>
>
> [1] http://wiki.apache.org/xmlgraphics/GnuClasspathCompatibility
> [2] http://www.nabble.com/Batik-f308.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://old.nabble.com/View-SVG-Image-problem--tp26224027p26228507.html
Sent from the Batik - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]