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