Thanks, Sandro. I want to be certain that it's not something basic I'm missing. I'm working through the examples & tutorials now and will absolutely send you any conclusions I come to.
To replicate, if you're interested, I'm using Eclipse. Create a project with the source code of "core", "tutorials", "wtk" and "wtk-terra" as resources, and then simply run HelloWorld.java as a Java Application (Run -> Run As -> Java Application). The caveat is that I cannot guarantee at this point that it isn't something basic that I missed, though! Initial observations are that Pivot looks like a great framework. It reminds me a lot of Android's approach (among others) with the separation of UI into an XML file. It's interesting to me that Apache is getting into user interface since I associate them/you with the web server, but I am pleased. Java needed this! On Thu, Apr 3, 2014 at 7:13 PM, Sandro Martini <sandro.mart...@gmail.com>wrote: > Hi Rendall, > > > I was able to get org.apache.pivot.tutorials.HelloJava and HelloBXML to > compile from source as long as all of the other resources are .jars. > good > > > However, if all of the other resources are source packages, I get a > compile error. Exception in thread "AWT-EventQueue-0" java.lang.Error: > Unresolved compilation problem: at > org.apache.pivot.wtk.media.Image.load(Image.java:148) > this is strange, probably in your sources there is something that > doesn't compile (maybe due to a missing dependency) ... > > Let us know if you have some update, or put here (insidew a zip) a > minimal project so we can look at it. > > Bye, > Sandro >