How to load .obj files with textures into JOGL/LWJGL program

Hello,
So I posted a topic before on how to load an .obj file into a JOGL program and I successfully did that using this loader, but now I’m having a problem with loading the textures, I tried binding the textures with the object but that seemed impossible since I can’t use the glTexCoord2f with a 3D object (or can I?) so my question now is how to load an object with the textures that it already has for example I want to load this car from here which comes with the textures as JPG files?

Thanks,
Lawa