Login  Register

Re: libEGL failed to create pipe in a jrviewer instance

Posted by gouessej on May 11, 2013; 2:24pm
URL: https://forum.jogamp.org/libEGL-failed-to-create-pipe-in-a-jrviewer-instance-tp4029118p4029149.html

No it is not the solution. I explained it in the user's guide here, look at the subsection "Bad practice".

It means that your classpath was still wrongly set just before your last attempt. You must never copy JARs into jre/lib/ext because it can break applets and Java Web Start applications using JOGL. The JVM will pick up JARs in this directory first and if an application requires another version, it will probably prevent it from working. This is not a fix, this is really bad, please don't do that. Please set your classpath correctly and uninstall the DEB or RPM packages containing JOGL 2.0 RC11 to avoid conflicts.

Rather follow these instructions:
https://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE#Compile_and_run_your_project_from_the_command_line

You need to use "-classpath" and to provide the correct path to the directory containing your JARs to make it work.
Julien Gouesse | Personal blog | Website