Looking around at the Qt tickets, I happened across this ticket
"SystemClassLoader usage", which may be the root of my problem.

http://sourceforge.net/apps/trac/qtjambi/ticket/48

On Tue, Sep 28, 2010 at 7:31 PM, Josh Stratton <[email protected]> wrote:
> I recently set up an sbt project, which downloaded two Qt linux binary
> jars for my project.  However, when running it I get the following
> error:
>
>
> [error] java.lang.ExceptionInInitializerError: version.properties not found!
> [error]         at com.trolltech.qt.Utilities.<clinit>(Utilities.java:71)
> [error]         at 
> com.trolltech.qt.QtJambi_LibraryInitializer.<clinit>(QtJambi_LibraryInitializer.java:55)
> [error]         at 
> com.trolltech.qt.QtJambiObject.<clinit>(QtJambiObject.java:60)
> [error]         at com.googlecode.sunshine.Sunshine$.main(sunshine.scala:69)
> [error]         at com.googlecode.sunshine.Sunshine.main(sunshine.scala)
> [error]         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [error]         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [error]         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [error]         at java.lang.reflect.Method.invoke(Method.java:597)
> [error]         at 
> scala.tools.nsc.util.ScalaClassLoader$$anonfun$run$1.apply(ScalaClassLoader.scala:81)
> [info] /home/stratton/josh_projects/sunshine-client/
> [error]         at 
> scala.tools.nsc.util.ScalaClassLoader$class.asContext(ScalaClassLoader.scala:24)
> [error]         at 
> scala.tools.nsc.util.ScalaClassLoader$URLClassLoader.asContext(ScalaClassLoader.scala:86)
> [error]         at 
> scala.tools.nsc.util.ScalaClassLoader$class.run(ScalaClassLoader.scala:81)
> [error]         at 
> scala.tools.nsc.util.ScalaClassLoader$URLClassLoader.run(ScalaClassLoader.scala:86)
> [error]         at 
> scala.tools.nsc.MainGenericRunner$.main(MainGenericRunner.scala:83)
> [error]         at 
> scala.tools.nsc.MainGenericRunner.main(MainGenericRunner.scala)
>
> I've seen this error on other forums, but I'm not sure if it's been
> properly resolved.  Running through scala might give odd Class loading
> results and I was wondering if anyone has done it before.
>

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to