Loading a 3D Model with java JOGL

hello,

i am searching with no good results, an existing method or class that lets me load a mesh of at least one common format.
please someone can help me with a tutorial link or example code that loads a simple mesh, then renders it?

thanks
Cristobal

Look at jogl-utils.

You can also take a look at jagatoo in the xith3d release, which provides abstract model loader classes. You still have to do the rendering yourself, but you’ll get the geometry without bothering parsing the files. If interested, just ask in the xith3d forums.

You can find jogl-utils there:
https://joglutils.dev.java.net/

It loads at least 3DS models.