On Thursday 30 September 2010 02:31:11 Josh Stratton wrote:
> 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 <strattonbra...@gmail.com> 
> 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
> Qt-jambi-interest@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
> 
Indeed this looks like root cause of this. As mentioned, most likely cause is 
custom classloaders. I’m a bit busy with other things currently, but if you add 
all information you know and pester me about once in a month, I should 
eventually manage to look into this...

I think we need some kind of ticket prioritizing system :/ That one trac has is 
just unusable.
-- 
Terveisin,
Samu Voutilainen
http://smar.fi

_______________________________________________
Qt-jambi-interest mailing list
Qt-jambi-interest@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to