I have installed a Java program on a Solaris 10 machine. The vendor has successfully executed the program on Windows and Linux machines.
I modified a script file to execute the program, adding many jar files to the classpath. The program begins to load and displays the initial screen,
but then stops. Looking at the output of the script file reveals an exception in GLDrawable Factory. Not being a Java programmer, I'm lost.
Bugzilla said it was a bug in build 0148 and fixed in build 0149. My question is build of what? How do I obtain a fix?
Here is the script output.
[/space2/InfoScene/bin] [110] ./Run_InfoScene.sh
Launching InfoScene Display Suite...
Using InfoScene Home Directory:
/space2/InfoScene
Java Accessibility Bridge for GNOME loaded.
Exception in thread "main" java.lang.IllegalArgumentException: GLDrawableFactory.chooseGraphicsConfiguration() was not used when creating this Component
at com.sun.opengl.impl.x11.X11GLDrawableFactory.getGLDrawable(X11GLDrawableFactory.java:233)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:117)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:82)
at com.lmco.motown.infoscene.toolkit.base.javagl.ortho3d.JavaglPanel.createGLAutoDrawable(JavaglPanel.java:196)
at com.lmco.motown.infoscene.toolkit.base.javagl.ortho3d.JavaglPanel.<init>(JavaglPanel.java:149)
at com.lmco.motown.infoscene.application.chart.ChartPanel.<init>(ChartPanel.java:80)
at com.lmco.motown.infoscene.application.chart.ChartDialog.construct(ChartDialog.java:85)
at com.lmco.motown.infoscene.application.chart.ChartDialog.<init>(ChartDialog.java:49)
at com.lmco.motown.infoscene.application.AppFrame.constructDisplays(AppFrame.java:253)
at com.lmco.motown.infoscene.application.AppFrame.construct(AppFrame.java:197)
at com.lmco.motown.infoscene.application.AppFrame.initialize(AppFrame.java:150)
at com.lmco.motown.infoscene.application.InfoScene.constructFrame(InfoScene.java:161)
at com.lmco.motown.infoscene.application.InfoScene.<init>(InfoScene.java:94)
at com.lmco.motown.infoscene.application.InfoScene.main(InfoScene.java:267)
Thanks in advance.