Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphics errors when JOGL installed as a JRE/JDK extension #62

Closed
mbastian opened this issue Oct 22, 2011 · 2 comments
Closed

Graphics errors when JOGL installed as a JRE/JDK extension #62

mbastian opened this issue Oct 22, 2011 · 2 comments
Assignees
Milestone

Comments

@mbastian
Copy link
Member

When JOGL is installed in JRE/JDK extensions, for instance in "/Library/Java/Extensions/jogl.jar" in Mac OS X, it conflicts with the version loaded by the JOGL lib wrapper.

The only workaround is to delete the library


Imported from Launchpad using lp2gh.

@mbastian
Copy link
Member Author

(by mathieu.bastian)
A solution has been found: http://eppleton.de/blog/?p=195

We must use that in the JOGL module:
OpenIDE-Module-Hide-Classpath-Packages: javax.media.opengl., com.sun.opengl., com.sun.gluegen.runtime.**,

@mbastian
Copy link
Member Author

(by mathieu.bastian)
Fix in rev 2252

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant