Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

11855 Posts in 1569 Topics- by 3054 Members - Latest Member: Ljustin770

11. February 2012, 11:58:44 AM
Xith3D CommunityProjectsGames production pipeline (Moderator: clilian)Java Web Start
Pages: 1 2 3 [4]
Print
Author Topic: Java Web Start  (Read 15089 times)
Mathias 'cylab' Henze
Fierce Warrior
****
Offline Offline

Posts: 540

1064620
View Profile WWW
« Reply #45 on: 21. September 2007, 04:09:30 PM »

@Marvin: you have to click on the "Play Exodus Online"-link in the bottom left corner Wink
Logged

Marvin Fröhlich
Xith Lord
Administrator
Guru
*****
Offline Offline

Posts: 4337


May the 4th, be with you...


View Profile
« Reply #46 on: 21. September 2007, 05:12:43 PM »

@Marvin: you have to click on the "Play Exodus Online"-link in the bottom left corner Wink

Oops Smiley.

Well, after I had to manually select javaws to execute the .php file with this is, what I get, when I try to start it:
Quote
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:597)
   at com.sun.javaws.Launcher.executeApplication(Launcher.java:1272)
   at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1218)
   at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1065)
   at com.sun.javaws.Launcher.run(Launcher.java:105)
   at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
   at org.xith3d.render.Canvas3DFactory.create(Canvas3DFactory.java:126)
   at org.xith3d.render.Canvas3DFactory.create(Canvas3DFactory.java:147)
   at org.xith3d.render.Canvas3DFactory.create(Canvas3DFactory.java:255)
   at org.xith3d.render.Canvas3DFactory.create(Canvas3DFactory.java:443)
   at org.xith3d.render.Canvas3DFactory.createWindowed(Canvas3DFactory.java:739)
   at org.xith3d.render.Canvas3DFactory.createWindowed(Canvas3DFactory.java:851)
   at org.xith3d.render.Canvas3DFactory.createWindowed(Canvas3DFactory.java:903)
   at org.xith3d.render.Canvas3DFactory.createWindowed(Canvas3DFactory.java:928)
   at exodus.game.threeD.worlds.zero.three.Exodus3dWorld.<init>(Exodus3dWorld.java:137)
   at exodus.game.threeD.worlds.zero.three.Exodus3dWorld.main(Exodus3dWorld.java:178)
   ... 9 more
Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
   at org.xith3d.render.Canvas3DFactory.create(Canvas3DFactory.java:122)
   ... 18 more
Caused by: java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path
   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
   at java.lang.Runtime.loadLibrary0(Runtime.java:823)
   at java.lang.System.loadLibrary(System.java:1030)
   at com.sun.gluegen.runtime.NativeLibLoader$1.run(NativeLibLoader.java:68)
   at java.security.AccessController.doPrivileged(Native Method)
   at com.sun.gluegen.runtime.NativeLibLoader.loadGlueGenRT(NativeLibLoader.java:66)
   at com.sun.gluegen.runtime.NativeLibrary.ensureNativeLibLoaded(NativeLibrary.java:399)
   at com.sun.gluegen.runtime.NativeLibrary.open(NativeLibrary.java:163)
   at com.sun.gluegen.runtime.NativeLibrary.open(NativeLibrary.java:129)
   at com.sun.opengl.impl.x11.DRIHack.begin(DRIHack.java:109)
   at com.sun.opengl.impl.x11.X11GLDrawableFactory.<clinit>(X11GLDrawableFactory.java:99)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:169)
   at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:111)
   at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:113)
   at org.xith3d.render.jsr231.CanvasPeerImplAWT.<init>(CanvasPeerImplAWT.java:129)
   ... 23 more

Seem like you forgot to include the gluegen natives in your jar.

Marvin
Logged
kukanani
Fierce Warrior
****
Offline Offline

Posts: 504


My game is coming along fairly smoothly...


View Profile WWW
« Reply #47 on: 21. September 2007, 08:12:28 PM »

Try it now and see what you get...I think I added them correctly.
Logged

xith.setCoolnessLevel(10);
jMe.setCoolnessLevel(0);
xith.rock();
Marvin Fröhlich
Xith Lord
Administrator
Guru
*****
Offline Offline

Posts: 4337


May the 4th, be with you...


View Profile
« Reply #48 on: 21. September 2007, 08:52:20 PM »

Now the jogl natives seem to be missing Smiley

Quote
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:597)
   at com.sun.javaws.Launcher.executeApplication(Launcher.java:1272)
   at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1218)
   at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1065)
   at com.sun.javaws.Launcher.run(Launcher.java:105)
   at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.UnsatisfiedLinkError: no jogl in java.library.path
   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
   at java.lang.Runtime.loadLibrary0(Runtime.java:823)
   at java.lang.System.loadLibrary(System.java:1030)
   at exodus.game.threeD.worlds.zero.three.Exodus3dWorld.main(Exodus3dWorld.java:166)
   ... 9 more

Marvin
Logged
kukanani
Fierce Warrior
****
Offline Offline

Posts: 504


My game is coming along fairly smoothly...


View Profile WWW
« Reply #49 on: 21. September 2007, 10:53:34 PM »

Well, I think I'm getting past the errors one by one...
Logged

xith.setCoolnessLevel(10);
jMe.setCoolnessLevel(0);
xith.rock();
'n ddrylliog
Guru
*****
Offline Offline

Posts: 1188



View Profile WWW Email
« Reply #50 on: 24. September 2007, 08:18:05 PM »

Well, I think I'm getting past the errors one by one...
...which is what every programming (yes, yes, me included) is bound to bear...
Logged
'n ddrylliog
Guru
*****
Offline Offline

Posts: 1188



View Profile WWW Email
« Reply #51 on: 24. September 2007, 08:24:08 PM »

AHAHAHAHHAHAHHAHAHHAHAHAhhahahhahhhh ouhuhhhhhhhhhhh oh my god what a laugh Cheesy Sun in its best days :
Quote
java.lang.Exception
   at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
   at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
   at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
   at com.sun.javaws.Launcher.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

^^ That's not your fault my friend, I'm afraid JWS is bugged (on my computer at least)
Logged
Pages: 1 2 3 [4]
Print
Jump to:  

Theme orange-lt created by panic