loadTexture

C:Documents and SettingspatrickMy DocumentsjavaTestTerrain.java:121: cannot resolve symbol

symbol : method loadTexture (java.awt.Image,int,int,boolean)

location: class com.jme.util.TextureManager

Texture t1 = TextureManager.loadTexture(

^

C:Documents and SettingspatrickMy DocumentsjavaTestTerrain.java:127: cannot resolve symbol

symbol : method loadTexture (java.net.URL,int,int)

location: class com.jme.util.TextureManager

Texture t2 = TextureManager.loadTexture(

^

2 errors



plz help

I think this is an incompatibility with jME versions… you’re trying to compile code written for the latest CVS version against jME 0.8 (or vice versa?)