Login  Register

Re: joal problem1

Posted by Sven Gothel on Feb 09, 2011; 12:03pm
URL: https://forum.jogamp.org/joal-problem1-tp2457665p2457985.html

On Wednesday, February 09, 2011 11:57:45 dim_9999 [via jogamp] wrote:

>
> Hello! I got an exception at initial state:
>
> [code]
>         try  {
>             ALut.alutInit(); //here
>             al = ALFactory.getAL();
>             al.alGetError();
>         } catch(ALException alexception) {
>             alexception.printStackTrace();
>             return false;
>         }
> [/code]
>

you need gluegen-rt.jar

> I've been imported to my build path latest build of joal.jar (feb 9)...
> any suggestions? thanx.

~Sven