<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>74</bug_id>
          
          <creation_ts>2004-04-18 02:03:30 +0200</creation_ts>
          <short_desc>Cannot run any of the demos on 1.5 beta 1</short_desc>
          <delta_ts>2010-03-24 07:46:27 +0100</delta_ts>
          <reporter_accessible>0</reporter_accessible>
          <cclist_accessible>0</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>core</component>
          <version>1</version>
          <rep_platform>All</rep_platform>
          <op_sys>linux</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>DEFECT</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>90</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2010-03-24 07:46:27 +0100</bug_when>
    <thetext>


---- Reported by javabsp 2004-04-18 14:03:30 ----

When running any of the demos with Java 1.5 beta 1 with webstart, the same
exception is thrown:
java.lang.reflect.InvocationTargetException
	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:494)
	at com.sun.javaws.Launcher.executeApplication(Launcher.java:1122)
	at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1069)
	at com.sun.javaws.Launcher.continueLaunch(Launcher.java:918)
	at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:499)
	at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:256)
	at com.sun.javaws.Launcher.run(Launcher.java:175)
	at java.lang.Thread.run(Thread.java:566)
Caused by: java.lang.UnsatisfiedLinkError:
/opt/j2sdk1.5.0/jre/lib/i386/libjawt.so: libmawt.so: cannot open shared object
file: No such file or directory
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1737)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1654)
	at java.lang.Runtime.loadLibrary0(Runtime.java:817)
	at java.lang.System.loadLibrary(System.java:986)
	at net.java.games.jogl.impl.NativeLibLoader$1.run(NativeLibLoader.java:51)
	at java.security.AccessController.doPrivileged(Native Method)
	at net.java.games.jogl.impl.NativeLibLoader.&lt;clinit&gt;(NativeLibLoader.java:46)
	at net.java.games.jogl.impl.GLContext.&lt;clinit&gt;(GLContext.java:51)
	at
net.java.games.jogl.impl.x11.X11GLContextFactory.createGLContext(X11GLContextFactory.java:52)
	at net.java.games.jogl.GLCanvas.&lt;init&gt;(GLCanvas.java:68)
	at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:117)
	at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:80)
	at
demos.proceduralTexturePhysics.ProceduralTexturePhysics.run(ProceduralTexturePhysics.java:83)
	at
demos.proceduralTexturePhysics.ProceduralTexturePhysics.main(ProceduralTexturePhysics.java:79)
	... 11 more

Note that I have no problem running the demos in 1.4.2.



---- Additional Comments From kbr 2004-04-19 12:24:12 ----

This is a bug in the AWT on Linux that will be fixed in beta 2. A couple of
workarounds can be found in the following thread:
http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jogl;action=display;num=1078687707




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:46 EDT  ---

This bug was previously known as _bug_ 74 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=74
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>