> From: g99k@...2853....
> To: inkscape-devel@lists.sourceforge.net
> Date: Fri, 13 Apr 2012 22:52:43 +0000
> Subject: [Inkscape-devel] Example for Inkscape extension in Java?
>
>
> Dear Inkscape devs,
>
> Can anyone point me to a working example of an Inkscape effect extension written in Java, running on Windows?
>
>
> I've read the Script_extensions and INX_extension_descriptor_format wiki pages. I thought, theoretically I might just replace the command tag in the inx file with something like this:
>
> <command reldir="extensions" interpreter="java">Hello</command>
>
>
> And then I could call a Hello World program like this one:
>
> class Hello {