Re: 'No default device available' exception
Posted by
mikaelhc on
Jul 08, 2014; 8:27am
URL: https://forum.jogamp.org/No-default-device-available-exception-tp4032525p4032527.html
gouessej wrote
Hi
There is a conflict with another version of JOGL installed somewhere on his machine, probably as an extension.
Thanks for your quick response.
That was also my first thought, because of the NoSuchMethodError. So I asked to him to search for 'jogl' files on his machine using Spotlight, but besides the ones we bundle, he could not find any.
I'm not sure about how extensions work: would it possible/plausible that there was a globally installed Java extension, which contained older JOGL classes, but was packaged into a jar-file with another name than 'jogl'? How could I test this?
gouessej wrote
Moreover, switch to JOGL 2.1.5-01 if you really want to benefit of our latest bug fixes. We can't help you if you use an obsolete version.
We do update on regular intervals - but we have a half-year release cycle, and need to provide support for older versions of our software as well. So I need to understand more about what the problem is, before trying to push a JOGL update.