Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, August 2006
Java Web Start


Message 1 in thread

Hello,

I tried to start Qt Jambi Web Start Demo using
   http://www.trolltech.com/developer/download/qtjambi.jnlp
but it didn't work.

I used
   Java Web Start 1.5.0_08
   Using JRE version 1.5.0_08 Java HotSpot(TM) Client VM
   User home directory = /home/ullrich

and got the exception:
   Exception in thread "javawsApplicationMain"
      java.lang.UnsatisfiedLinkError: __qt_initLibrary
	at
com.trolltech.qt.core.QtJambi_LibraryInitializer.__qt_initLibrary(Native
Method)
	at
com.trolltech.qt.core.QtJambi_LibraryInitializer.<clinit>(QtJambi_LibraryInitializer.java:10)
	at
com.trolltech.qt.core.QAbstractFileEngineHandler.<clinit>(QAbstractFileEngineHandler.java:8)
	at
com.trolltech.qt.QtJambi_LibraryInitializer.<clinit>(QtJambi_LibraryInitializer.java:25)
	at com.trolltech.qt.QtObject.<clinit>(QtObject.java:28)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at com.sun.javaws.Launcher.executeApplication(Launcher.java:1154)
	at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1101)
	at com.sun.javaws.Launcher.continueLaunch(Launcher.java:944)
	at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:515)
	at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
	at com.sun.javaws.Launcher.run(Launcher.java:165)
	at java.lang.Thread.run(Thread.java:595)

Best regards,
  Torsten Ullrich.

-- 
 [ signature omitted ] 

Message 2 in thread

Torsten Ullrich wrote:
> Hello,
> 
> I tried to start Qt Jambi Web Start Demo using
>    http://www.trolltech.com/developer/download/qtjambi.jnlp
> but it didn't work.
> 
> I used
>    Java Web Start 1.5.0_08
>    Using JRE version 1.5.0_08 Java HotSpot(TM) Client VM
>    User home directory = /home/ullrich

Hi Torsten,

Which distribution are you running?

-
Gunnar


Message 3 in thread

Gunnar Sletta wrote:
> Torsten Ullrich wrote:
> 
>> Hello,
>>
>> I tried to start Qt Jambi Web Start Demo using
>>    http://www.trolltech.com/developer/download/qtjambi.jnlp
>> but it didn't work.
>>
>> I used
>>    Java Web Start 1.5.0_08
>>    Using JRE version 1.5.0_08 Java HotSpot(TM) Client VM
>>    User home directory = /home/ullrich
> 
> 
> Hi Torsten,
> 
> Which distribution are you running?

Hi,

it's a linux system:

Linux version 2.6.17 (Version:) (gcc version 3.3.5
(Debian 1:3.3.5-13)) #1 SMP PREEMPT

with Sun's Java SDK 1.5.0.

Best wishes,
  Torsten.

-- 
 [ signature omitted ]