I am building another test project with pivot but have encountered a new problem when it attempts to find the resources:
Resources resources = new Resources(getClass().getName(), locale);
This creates the following error:
java.util.MissingResourceException: Can't find resource for base name
basicwtkx.BasicWtkx, locale en_US
Thanks
