Hello Batik users,

I know that it is possible to use the standard Java classes from within the
scripting part of an SVG file. E.g.:

  var url = new java.net.URL("file:///c:/somefile.txt");

The question now is: Is it possible to use selfmade classes? E.g.:

  var muc = new MyUsefulClass();

I already copied the 'MyUsefulClass.class' file to different directories and
set the CLASSPATH accordingly. Then I started Squiggle (with java -jar
batik.jar) and loaded the SVG file. Result: SVG Error: "MyUsefulClass" is
not defined.

Any ideas?


Cheers,

Martin

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

Reply via email to