<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">Hi I have managed to solve my own plotting problem. Here is the solution in case anyone has the same problem:<br><br>I placed all run time libraries required by scilab in /opt/jdk1.6.0_07/jre/lib/amd64 (this would be i386 on 32 bit linux)<br>such as libgluegen-rt.so and all the jogl*.so. Somehow they were not found when placed in  /usr/local/lib and ldconfig then run.<br><br>I placed all the gluegen-rt.jar and jogl*.jar class libraries in /opt/jdk1.6.0_07/jre/lib/ext. If you do this then it is not necessary to include them in your CLASSPATH variable. I tried putting then in a directory and including that in the CLASSPATH but this did not work for some reason.<br><br>Now my plots and sciocos all work fantastically on linux x86_64!!!<br>Thanks for a great scientific software
 application.<br>Cheers and happy computing,<br>  Robert Key<br><div> </div>Rob Key<div><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Robert Key <robertgordonkey@yahoo.com><br>To: users@lists.scilab.org<br>Sent: Thursday, October 9, 2008 2:05:41 PM<br>Subject: [scilab-Users] plots are still blank<br><br>
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Hi all,<br> I use scilab 5.0.2 on linux x86_64. jogl 64 bit is installed and LD_LIBRARY_PATH and the CLASSPATH are set up correctly but I still get the error:<br><br>java.lang.reflect.InvocationTargetException<br>        at java.awt.EventQueue.invokeAndWait(EventQueue.java:997)<br>        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1323)<br>        at org.scilab.modules.gui.bridge.tab.SwingScilabTab.draw(Unknown Source)<br>        at org.scilab.modules.gui.tab.ScilabTabBridge.draw(Unknown Source)<br>        at org.scilab.modules.gui.bridge.ScilabBridge.draw(Unknown
 Source)<br>        at org.scilab.modules.gui.tab.ScilabTab.draw(Unknown Source)<br>        at org.scilab.modules.gui.graphicWindow.ScilabRendererProperties.forceDi<br>splay(Unknown Source)<br>        at org.scilab.modules.renderer.figureDrawing.DrawableFigureGL.drawCanvas<br>(Unknown Source)<br>Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.sun.op<br>engl.impl.x11.X11GLDrawableFactory<br><br>This class com.sun.opengl.impl.x11.X11GLDrawableFactory exists in the gluegen-rt.jar and is in the classpath.<br>Also all the <a target="_blank" href="http://libgluegen-rt.so">libgluegen-rt.so</a> and related libraries are in the LD_LIBRARY_PATH and ldconfig has been run many times.<br><br>How can I correct this.<br>Many thanks,<br><div> </div>Rob Key<div><br></div></div><br>



      </div></div></div><br>

      </body></html>