Re: [Geotools-devel] Using the geotools library in an applet

2008-09-09 Thread Ben Caradoc-Davies
You can make a "fat" jar containing your applet and all dependencies and sign that. mcr wrote: > Examining the source of the GeoTools class it seems that there is no > possibility to avoid the security exceptions in an unsigned applet. > > Using an unsigned applet offers a possibility. Signing t

Re: [Geotools-devel] Using the geotools library in an applet

2008-09-09 Thread mcr
Examining the source of the GeoTools class it seems that there is no possibility to avoid the security exceptions in an unsigned applet. Using an unsigned applet offers a possibility. Signing the applet jar is not enough, you have to sign gt-metadata.jar and the gt-reference.jar. (the gt-metadata

Re: [Geotools-devel] Using the geotools library in an applet

2008-09-08 Thread Jody Garnett
You can use GeoTools.init( Hints ) to accomplish the same effect; the library should not be running off and checking system properties but we have not had an applet based user in a while. The other tip is to be sure to use the epsg-wkt plugin when working in an applet. Cheers, Jody mcr wrote: >