Load model with texture already on

Does anyone know how to load a model, lets say from 3d studio max, along with a texture ( texture in max )? ( Note that I know how to load model, but with basic color ). The thing is that I do not want to set all the texture coordinates using java. For this I would like to use max, which is a faster way.

I am using NCSA portfolio.

Thanks

Just use:
http://www.starfireresearch.com/services/java3d/inspector3ds.html

3ds file and textures have to be in the same directory. Works without a problem. Just copy paste the code from the web site and install the jar file.

Thanks a lot, it works they way I needed it to work.
Regards