Re: [JPP-Devel] printing extension

2007-01-04 Thread Rahkonen Jukka
Hi, I am willing to test this extension, but how am I supposed to install it? Dropping the jar to /lib/ext does not work for me, so should I put it to some other place instead? Regards, -Jukka Rahkonen- -Original Message- From: [EMAIL PROTECTED] on behalf of Geoffrey G Roy Sent: Tue 2

Re: [JPP-Devel] printing extension

2007-01-04 Thread Larry Becker
Hi Jukka, Did you remember to create an Extension that loads it? As it shows on page 13 of the JUMP Developers Guide: package example; import com.vividsolutions.jump.workbench.plugin.Extension; import com.vividsolutions.jump.workbench.plugin.PlugInContext; public class MyExtension extends Exten

Re: [JPP-Devel] printing extension

2007-01-04 Thread Geoffrey G Roy
The jar file contains all the required components to work (including PrinterExtension and PrinterPlugin). Are you placing it in the lib\ext folder of the OpenJump install folder? Geoff Larry Becker wrote: > Hi Jukka, > > Did you remember to create an Extension that loads it? As it shows on

Re: [JPP-Devel] printing extension

2007-01-04 Thread Geoffrey G Roy
It is possible that the jar file was created with Java 1.6, this may have caused some problems? I have now uploaded a Java 1.5 version (vers 0.4) on the web site. Geoff Geoffrey G Roy wrote: > The jar file contains all the required components to work (including > PrinterExtension and PrinterP