Trouble with jme

just started lookin into jme and i downloaded the jars but i don’t know what to do next. help please

oh and i have the lwjgl thing with the jars and dll’s

got this

C:lwjgl-win32-0.96>java -Djava.library.path=./lib -cp ./lib/lwjgl.jar;./lib/jog

g-0.0.5.jar;./lib/jorbis-0.0.12.jar;./target/jme.jar;./target/jmetest.jar;./targ

et/jmetest-data.jar jmetest.effects.TestParticleSystem

Apr 19, 2005 7:16:55 PM com.jme.app.BaseGame start

INFO: Application started.

Apr 19, 2005 7:16:55 PM com.jme.system.PropertiesIO <init>

INFO: PropertiesIO created

Apr 19, 2005 7:16:55 PM com.jme.system.PropertiesIO load

INFO: Read properties

Apr 19, 2005 7:17:00 PM com.jme.system.lwjgl.LWJGLDisplaySystem <init>

INFO: LWJGL Display System created.

Apr 19, 2005 7:17:01 PM com.jme.system.PropertiesIO save

INFO: Saved properties

Apr 19, 2005 7:17:01 PM com.jme.system.lwjgl.LWJGLDisplaySystem <init>

INFO: LWJGL Display System created.

java.lang.NoSuchFieldError: GL_ARB_multitexture

at com.jme.scene.state.lwjgl.LWJGLTextureState.<init>(Unknown Source)

at com.jme.renderer.lwjgl.LWJGLRenderer.<init>(Unknown Source)

at com.jme.system.lwjgl.LWJGLDisplaySystem.createWindow(Unknown Source)

at com.jme.app.SimpleGame.initSystem(Unknown Source)

at com.jme.app.BaseGame.start(Unknown Source)

at jmetest.effects.TestParticleSystem.main(Unknown Source)

Apr 19, 2005 7:17:01 PM com.jme.app.SimpleGame cleanup

INFO: Cleaning up resources.

Apr 19, 2005 7:17:01 PM com.jme.input.InputSystem getKeyInput

WARNING: KeyInput is null, insure that a call to createInputSystem was made befo

re getting the devices.

Apr 19, 2005 7:17:01 PM com.jme.input.InputSystem getMouseInput

WARNING: MouseInput is null, insure that a call to createInputSystem was made be

fore getting the devices.

Apr 19, 2005 7:17:01 PM com.jme.app.BaseGame start

INFO: Application ending.

wat does it mean

it’s same…it’s same… it’s same

is it because i don’t download it from cvs… coz i can’t use cvs since i use internet in public internet service (i can’t run .exe file in there)

The error you are getting is because the classpath is not setup to contain lwjgl.jar. Please post the command you are using to launch the test from the jars and maybe I can help you from there.

i’ve actually made progress by getting the wincvs to work the problem is when i try and use ant to compile the test.jar and test-data.jar i can’t copy over the whole compiler error problem there are like 300 errors but figuered this might be useful

BUILD FAILED

C:jmebuildtest.xml:24: Compile failed; see the compiler error output for detai

ls.



Total time: 3 seconds

quick update on that they actually repeat here it is for ya

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t1 = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestScenegraph.java:260: cannot resolve

ymbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t2 = TextureManager.loadTexture(TestScenegraph.class



[javac] ^

[javac] C:jmesrcjmetestrendererTestScenegraph.java:267: cannot resolve

ymbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t3 = TextureManager.loadTexture(TestScenegraph.class



[javac] ^

[javac] C:jmesrcjmetestrendererTestOctahedron.java:100: cannot resolve

ymbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestPQTorus.java:142: cannot resolve sym

ol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestRecreateWindow.java:150: cannot reso

ve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestRenderQueue.java:147: cannot resolve

symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestRenderToTexture.java:153: cannot res

lve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture tex = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestRenderToTexture.java:177: cannot res

lve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture tex2 = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSerial.java:162: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture north = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSerial.java:167: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture south = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSerial.java:172: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture east = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSerial.java:177: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture west = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSerial.java:182: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture up = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSerial.java:187: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture down = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSerial.java:215: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSerial.java:301: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSkybox.java:113: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture north = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSkybox.java:118: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture south = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSkybox.java:123: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture east = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSkybox.java:128: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture west = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSkybox.java:133: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture up = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSkybox.java:138: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture down = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestSphere.java:95: cannot resolve symbo



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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestText.java:123: cannot resolve symbol



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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestTorus.java:187: cannot resolve symbo



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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererTestTorus.java:243: cannot resolve symbo



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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererloaderTestFireMilk.java:120: cannot res

lve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererloaderTestMd2JmeWrite.java:71: cannot r

solve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererloaderTestMd3JmeWrite.java:43: cannot r

solve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] ts.setTexture(TextureManager.loadTexture(tex,Texture.MM_

INEAR,Texture.FM_LINEAR));

[javac] ^

[javac] C:jmesrcjmetestrendererloaderTestModelClones.java:62: cannot r

solve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererstateTestFragmentProgramState.java:111:

cannot resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture tex = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererstateTestFragmentProgramState.java:118:

cannot resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture height = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererstateTestFragmentProgramState.java:125:

cannot resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture normal = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererstateTestLightState.java:123: cannot re

olve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererstateTestRenderStateList.java:187: cann

t resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererstateTestRenderStateList.java:194: cann

t resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererstateTestTextureState.java:222: cannot

esolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestrendererstateTestVertexProgramState.java:101: c

nnot resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] ts.setTexture(TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestsoundPongRevisited.java:216: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestsoundTestProgrammableSound.java:79: cannot resol

e symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] tst.setTexture(TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestsoundTestSequencedSound.java:165: cannot resolve

symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] tst.setTexture(TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestsoundTestSoundGraph.java:89: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] tst.setTexture(TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestsoundfsoundTestSoundGraph.java:89: cannot resol

e symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] tst.setTexture(TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestterrainTestTerrain.java:121: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t1 = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestterrainTestTerrain.java:127: cannot resolve symb

l

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t2 = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestterrainTestTerrainLighting.java:155: cannot reso

ve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t1 = TextureManager.loadTexture(

[javac] ^

[javac] C:jmesrcjmetestterrainTestTerrainLighting.java:162: cannot reso

ve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t2 = TextureManager.loadTexture(

[javac] ^

[javac] 100 errors

Looks like you have an older version of jME somewhere in the classpath. If you are compiling via ant, go back and remove the .8 jME jars you previously downloaded.

that was me up there^^ and i just replaced the .jar files(jme.jar jmetest.jar jmetest-data.jar) with the ones off the web and tried running the demo and it’s still doesn’t work can somebody just tell me how to do with the jar’s off the net or wat i’m doing wrong compiling the jmetestbuild

I KNOW…I KNOW why it can’t run (maybe)

you must use lwjgl ver 0.94, not the newest

i realize it when i look http://jmonkeyengine.com/index.php?option=com_content&task=view&id=23&Itemid=40

there is a quote that jme 0.8 will work only with lwjgl 0.94

so why is this so annoying bug happen? is’nt it just same by using the newest version??

if you use cvs version of jme (latest) you need to use lwjgl .96. If you use the latest stable release of jme (0.8) you need to use the version of lwjgl from that time which was .94

oh… so it came like that

poor me can’t use cvs :’(

but it’s okay since it’s not significant the different of those two version (0.92 and 0.94)

i still can’t compile jme test and jme test data jars

ant -f buildtest.xml dist

psh i did that get 100 error and the command line can’t show them all i’ll copy what is showing.

[javac] C:jme1srcjmetestrendererTestEnvMap.java:72: cannot resolve symb

ol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture bg = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestEnvMap.java:84: cannot resolve symb

ol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t0 = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestEnvMap.java:90: cannot resolve symb

ol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestImposterNode.java:121: cannot resol

ve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestImposterNode.java:130: cannot resol

ve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestMultitexture.java:109: cannot resol

ve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t1 = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestMultitexture.java:116: cannot resol

ve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t2 = TextureManager.loadTexture(TestBoxColor.class.getCl

assLoader().

[javac] ^

[javac] C:jme1srcjmetestrendererTestScenegraph.java:252: cannot resolve

symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t1 = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestScenegraph.java:260: cannot resolve

symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t2 = TextureManager.loadTexture(TestScenegraph.class



[javac] ^

[javac] C:jme1srcjmetestrendererTestScenegraph.java:267: cannot resolve

symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture t3 = TextureManager.loadTexture(TestScenegraph.class



[javac] ^

[javac] C:jme1srcjmetestrendererTestOctahedron.java:100: cannot resolve

symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestPQTorus.java:142: cannot resolve sy

mbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestRecreateWindow.java:150: cannot res

olve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestRenderQueue.java:147: cannot resolv

e symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestRenderToTexture.java:153: cannot re

solve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture tex = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestRenderToTexture.java:177: cannot re

solve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture tex2 = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSerial.java:162: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture north = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSerial.java:167: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture south = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSerial.java:172: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture east = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSerial.java:177: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture west = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSerial.java:182: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture up = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSerial.java:187: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture down = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSerial.java:215: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSerial.java:301: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSkybox.java:113: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture north = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSkybox.java:118: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture south = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSkybox.java:123: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture east = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSkybox.java:128: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture west = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSkybox.java:133: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture up = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSkybox.java:138: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture down = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestSphere.java:95: cannot resolve symb

ol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestText.java:123: cannot resolve symbo

l

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestTorus.java:187: cannot resolve symb

ol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererTestTorus.java:243: cannot resolve symb

ol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererloaderTestFireMilk.java:120: cannot re

solve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererloaderTestMd2JmeWrite.java:71: cannot

resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererloaderTestMd3JmeWrite.java:43: cannot

resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] ts.setTexture(TextureManager.loadTexture(tex,Texture.MM_

LINEAR,Texture.FM_LINEAR));

[javac] ^

[javac] C:jme1srcjmetestrendererloaderTestModelClones.java:62: cannot

resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererstateTestFragmentProgramState.java:111

: cannot resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture tex = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererstateTestFragmentProgramState.java:118

: cannot resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture height = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererstateTestFragmentProgramState.java:125

: cannot resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] Texture normal = TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererstateTestLightState.java:123: cannot r

esolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererstateTestRenderStateList.java:187: can

not resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererstateTestRenderStateList.java:194: can

not resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererstateTestTextureState.java:222: cannot

resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestrendererstateTestVertexProgramState.java:101:

cannot resolve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] ts.setTexture(TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestsoundPongRevisited.java:216: cannot resolve sym

bol

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

[javac] location: class com.jme.util.TextureManager

[javac] TextureManager.loadTexture(

[javac] ^

[javac] C:jme1srcjmetestsoundTestProgrammableSound.java:79: cannot reso

lve symbol

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

[javac] location: class com.jme.util.TextureManager

[javac] tst.setTexture(TextureManager.loadTexture(

[javac] ^

[javac] 100 errors



BUILD FAILED

C:jme1buildtest.xml:24: Compile failed; see the compiler error output for deta

ils.

now i can’t even compile just jme

compiler error

C:jme>ant dist

Buildfile: build.xml



init:



compile:

[mkdir] Created dir: C:jmebuildcom

[copy] Copying 3 files to C:jmebuildcom

[copy] Copied 105 empty directories to 79 empty directories under C:jmebu

ildcom

[javac] Compiling 398 source files to C:jmebuild

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:955: cannot res

olve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (GLContext.getCapabilities().OpenGL12)

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1007: cannot re

solve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (GLContext.getCapabilities().OpenGL12)

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1020: cannot re

solve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (!GLContext.getCapabilities().OpenGL15) return;

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1027: cannot re

solve symbol

[javac] symbol : method glBufferData (int,java.nio.FloatBuffer,int)

[javac] location: class org.lwjgl.opengl.GL15

[javac] GL15.glBufferData(GL15.GL_ARRAY_BUFFER, g

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1036: cannot re

solve symbol

[javac] symbol : method glBufferData (int,java.nio.FloatBuffer,int)

[javac] location: class org.lwjgl.opengl.GL15

[javac] GL15.glBufferData(GL15.GL_ARRAY_BUFFER, g

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1046: cannot re

solve symbol

[javac] symbol : method glBufferData (int,java.nio.FloatBuffer,int)

[javac] location: class org.lwjgl.opengl.GL15

[javac] GL15.glBufferData(GL15.GL_ARRAY_BUFFER, g

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1061: cannot re

solve symbol

[javac] symbol : method glBufferData (int,java.nio.FloatBuffer,int)

[javac] location: class org.lwjgl.opengl.GL15

[javac] GL15.glBufferData(GL15.GL_ARRAY_BUFFER, g

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1235: cannot re

solve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] return GLContext.getCapabilities().OpenGL15;

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1282: cannot re

solve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (t.isVBOVertexEnabled() && GLContext.getCapabilities(

).OpenGL15) {

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1297: cannot re

solve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (t.isVBONormalEnabled() && GLContext.getCapabilit

ies().OpenGL15) {

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1315: cannot re

solve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (t.isVBOColorEnabled() && GLContext.getCapabiliti

es().OpenGL15) {

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1332: cannot re

solve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (GLContext.getCapabilities().GL_ARB_multitexture

&& GLContext.getCapabilities().OpenGL13) {

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1332: cannot re

solve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (GLContext.getCapabilities().GL_ARB_multitexture

&& GLContext.getCapabilities().OpenGL13) {

[javac]

^

[javac] C:jmesrccomjmerendererlwjglLWJGLRenderer.java:1338: cannot re

solve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (t.isVBOTextureEnabled() && GLContext.getCapa

bilities().OpenGL15) {

[javac] ^

[javac] C:jmesrccomjmescenestatelwjglLWJGLTextureState.java:129: can

not resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] supportsMultiTexture = (GLContext.getCapabilities().GL_A

RB_multitexture && GLContext.getCapabilities().OpenGL13);

[javac] ^

[javac] C:jmesrccomjmescenestatelwjglLWJGLTextureState.java:129: can

not resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] supportsMultiTexture = (GLContext.getCapabilities().GL_A

RB_multitexture && GLContext.getCapabilities().OpenGL13);

[javac]

^

[javac] C:jmesrccomjmescenestatelwjglLWJGLTextureState.java:130: can

not resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] supportsS3TCCompression = GLContext.getCapabilities().GL

_EXT_texture_compression_s3tc;

[javac] ^

[javac] C:jmesrccomjmescenestatelwjglLWJGLTextureState.java:145: can

not resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] && GLContext.getCapabilities().GL_EXT_te

xture_filter_anisotropic) {

[javac] ^

[javac] C:jmesrccomjmescenestatelwjglLWJGLTextureState.java:215: can

not resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (GLContext.getCapabilities().

GL_EXT_texture_filter_anisotropic)

[javac] ^

[javac] C:jmesrccomjmescenestatelwjglLWJGLTextureState.java:410: can

not resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] if (!GLContext.getCapabi

lities().GL_ARB_texture_env_dot3) {

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLTextureRenderer.java:89: cann

ot resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.Pbuffer

[javac] caps = Pbuffer.getCapabilities();

[javac] ^

[javac] C:jmesrccomjmerendererlwjglLWJGLTextureRenderer.java:275: can

not resolve symbol

[javac] symbol : constructor Pbuffer (int,int,org.lwjgl.opengl.PixelFormat,

org.lwjgl.opengl.RenderTexture,<nulltype>)

[javac] location: class org.lwjgl.opengl.Pbuffer

[javac] pbuffer = new Pbuffer(PBUFFER_WIDTH, PBUFFER_HEIGHT,

[javac] ^

[javac] C:jmesrccomjmesystemlwjglLWJGLDisplaySystem.java:525: cannot

resolve symbol

[javac] symbol : constructor Pbuffer (int,int,org.lwjgl.opengl.PixelFormat,

<nulltype>,<nulltype>)

[javac] location: class org.lwjgl.opengl.Pbuffer

[javac] headlessDisplay = new Pbuffer(width, height, format, nul

l, null);

[javac] ^

[javac] C:jmesrccomjmescenestatelwjglLWJGLFragmentProgramState.java:

70: cannot resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] return GLContext.getCapabilities().GL_ARB_fragment_progr

am;

[javac] ^

[javac] C:jmesrccomjmescenestatelwjglLWJGLShaderObjectsState.java:74

: cannot resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] return GLContext.getCapabilities().GL_ARB_shader_objects;

[javac] ^

[javac] C:jmesrccomjmescenestatelwjglLWJGLVertexProgramState.java:70

: cannot resolve symbol

[javac] symbol : method getCapabilities ()

[javac] location: class org.lwjgl.opengl.GLContext

[javac] return GLContext.getCapabilities().GL_ARB_vertex_program

;

[javac] ^

[javac] 26 errors



BUILD FAILED

C:jmebuild.xml:29: Compile failed; see the compiler error output for details.



Total time: 7 seconds