Hi, wtkx (or bxml form Pivot-2.0) should be in a folder (or subfolder) in the classpath.
If you use Eclipse pay attention to NOT have filters enabled in sources folders (something like "use only *.java") because otherwise they will not be copied during compilation in the related folder under bin. Or if you prefer a Maven-like project structure, you could put them in a dedicated resources folder (adding it as a source folder in the eclipse project), for example src/main/resources (where any content is copied by Eclipse builds in bin) and if you want enable sources filtering in src/main/java folders (or similar) ... Bye, Sandro -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Could-not-find-resource-problem-in-Hello-WTKX-tp2129922p2137414.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
