[geotk] Missing dependency: org.geotoolkit.util.StringUtilities
Martin Desruisseaux
martin.desruisseaux at geomatys.fr
Sun Jun 6 15:05:10 EDT 2010
Hello Jon
Le 06/06/10 20:43, Jon Blower a écrit :
> Exception in thread "Thread-1" java.lang.NoClassDefFoundError:
> org/geotoolkit/util/StringUtilities
>
> I can't see the StringUtilities class in the downloaded dependencies,
> nor on javadoc.geotoolkit.org. However, there is an
> org.geotoolkit.util.Strings class. Is this what is meant?
This is related, with a slight nuance.
StringUtilities is defined in the geotk-utility-pending module.
Like every classes defined in the pending modules, it is more subject to changes
than the classes in the non-pending modules (I don't know if anyone noticed that
the 3.12 release didn't had any new deprecated API in the non-pending modules :)
). Some methods from StringUtilities may migrate to Strings later if they seem
stable and of general use.
Regards,
Martin
More information about the Geotoolkit
mailing list