> On IcedTea I get: org.apache.pivot.serialization.SerializationException with > message: "Script engine for 'javascript' not found.",
I'm guessing IcedTea does not include a JS engine. You could try adding Rhino to your classpath to see if that helps. > and on Oracle Java: "org.apache.pivot.beans.BindException" with message: > "customerCombo is not accessible." (customerCombo is a ButtonList object). Sounds like you need to sign your JARs.
