Hi there,
i got an perfectly fine workling wee jogl prg, which loads some textures and comes up with an rotating planet with nice textures. So far so good. Compiling and running works fine, but when i enable webstart and try to start it, out of a sudden, my applet cannot find the texture files. Nothing in the code changed.
What happend?
My Code to load the texture is:
texSphere = TextureIO.newTexture(new File(“planetsurface.jpg”), true);
Do i have to specify certain directories where to load my textures??
Any help would be appreciated!
Thanks,
normen