Netbeans problem

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Netbeans problem

mumiok1
Hello,
I have a problem with configuration.

I would like to use v2.1.1. I included folowing jars:

gluegen-rt-natives-windows-i586.jar
gluegen-rt.jar
jogl-all-natives-windows-i586.jar

But netbeans can't find classes like GLCanvas or GLPanel.

In general, when i include all jars from directory jar, It doesn't find this classes.

What is wrong? Thanks.

Dominik.
Reply | Threaded
Open this post in threaded view
|

Re: Netbeans problem

Andreas
I think you Need at least 4 jars:

gluegen-rt-natives-windows-i586.jar
gluegen-rt.jar
jogl-all-natives-windows-i586.jar
jogl-all.jar

so I think jogl-all.jar is missing.

Andreas
Reply | Threaded
Open this post in threaded view
|

Re: Netbeans problem

mumiok1
I have downloaded v 2.1.1 jogaml-all-platforms

from here http://jogamp.org/deployment/v2.1.1/archive/

and there is no such file as jogl-all.jar
Reply | Threaded
Open this post in threaded view
|

Re: Netbeans problem

gouessej
Administrator