JOGL and Applet

Hi.

I looked for an answer in the forum, but it looks like I’m the only one with this problem. (Well, I’m a newbie to JOGL; this can be a naive question, but I don’t know how to solve it)

I wrote a simple programa that displays some objects. I wrote an application and an applet version. The applications runs perfectly. The applet, I don’t know why, runs when start it from eclipse. When I try to start it from appletviewer or a web browser, the drawing area of the applet shows: “JOGL not installed”.

Does anybody have any idea what the problem is?

Thanks.

A similar question came up less than a week ago. But it was under the informative subject “Question” so I don’t blame you for not finding it :slight_smile:

Anyway, here is a link:
http://www.java-gaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jogl;action=display;num=1099784939

Tom, thanks for your answer. I should have made a better search before.

Well, but I still have problems. I tried to do what people wrote on that post, put the .dll in the /bin and the .jar in the /ext of my JRE, but It keeps saying JOGL not installed when run it in applet mode. When I run my classes as application, everything is OK, I can see the scene and the animation!
Any idea what’s going on?

Thanks in advance.

Roberto

The applet is probably using a different jre. There is one in the sdk folder and one in the “program files/java” folder. Try adding files to all runtimes.

Well, Tried to put the .dlls and the .jar in the JRE of the SDK and in the JRE alone, but still “JOGL not installed”. I will try to reinstall everything, but, if that don’t work, I will give up JOGL with applet.

Thanks for your suggestions Tom.