OpenGL/Java problem?

I have a problem with OpenGL/Java cohabitation.
Here is the description of this problem:

When I have one special Java application launched, I cannot run any OpenGL program.
They crash at context init.
As soon as I stop the application, OpenGL is useable again.
My Java application is doing some Corba communication (and then uses communication ports).

If OpenGL context is already opened when the Java application initializes, everything works fine.

Other Java program haven’t thoses issues and I cannot test this faulty application of other systems.

I am using an NVidia GeForce 2 GTS 3D card.

Have you any clues?

Thanks

Hai … do u know how to implement opengl in java?
can u list down the steps ?
i 'm very appreaciate for your kindly help …

http://www.jausoft.com/gl4java.html

Originally posted by cwc36:
Hai … do u know how to implement opengl in java?
can u list down the steps ?
i 'm very appreaciate for your kindly help …

Actually, I have 2 exes:

  • One Java with Corba
  • One c++/OpenGL also with Corba

Sorry