> Currently I have wtkx files living in the same folders as the classes that > reference them directly, i.e. >
That's how I have my WTKX files organized in my fairly large-scale Pivot apps, and it works with JAR deployment. How are you looking the paths up? Make sure you're using classpath lookups and not absolute lookups. -T
