Login  Register

Re: How to use JOGL with OSGI

Posted by Wade Walker on Dec 02, 2010; 10:35pm
URL: https://forum.jogamp.org/How-to-use-JOGL-with-OSGI-tp2006160p2008581.html

The tutorial at http://wadeawalker.wordpress.com/2010/10/09/tutorial-a-cross-platform-workbench-program-using-java-opengl-and-eclipse/ shows how to build a JOGL app within Eclipse. The OSGI metadata is in the META-INF/MANIFEST.MF files of each project.

You don't have to go through the whole tutorial to take a look; you can just download the projects from

http://wadeawalker.files.wordpress.com/2010/10/jogl-projects-zip-not-a.doc
http://wadeawalker.files.wordpress.com/2010/10/t1-project-zip-not-a.doc

Rename them to zip files, then unzip and look inside META-INF/MANIFEST.MF for each project.

There's one manifest for each JOGL platform, one for the overall JOGL project, and one for the main project.