Re: libEGL failed to create pipe in a jrviewer instance
Posted by
awm on
May 11, 2013; 1:10pm
URL: https://forum.jogamp.org/libEGL-failed-to-create-pipe-in-a-jrviewer-instance-tp4029118p4029147.html
The solution to my problem was:
copying all necessary jar's (as written here:
http://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL#Unzipping_the_files)
to the central extension directory in Ubuntu /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext/
now everything works just fine.
@gouessej thank you for your support and feedback.