Terrain collision tutorial crashes

when i try to run the code after just copying and pasting it i get an error saying that mygame.Main is not abstract and does not override abstract method prePhysicsTick(com.jme3.bullet.PhysicsSpace,float) in com.jme3.bullet.PhysicsTickListener. when i click on the the thing next to it that is suposed to fix it and then run it it just crashes and i get



init:

Deleting: C:UsersJonathonDocumentsjMonkeyProjectsBasicGamebuildbuilt-jar.properties

deps-jar:

Updating property file: C:UsersJonathonDocumentsjMonkeyProjectsBasicGamebuildbuilt-jar.properties

Compiling 1 source file to C:UsersJonathonDocumentsjMonkeyProjectsBasicGamebuildclasses

Note: C:UsersJonathonDocumentsjMonkeyProjectsBasicGamesrcmygameMain.java uses or overrides a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

compile-single:

run-single:

Apr 19, 2011 1:36:25 PM com.jme3.system.JmeSystem initialize

INFO: Running on jMonkey Engine 3 Alpha 0.6

Apr 19, 2011 1:36:25 PM com.jme3.system.Natives extractNativeLibs

INFO: Extraction Directory #1: file:/C:/Users/Jonathon/AppData/Roaming/.jmonkeyplatform/dev/libs/

Apr 19, 2011 1:36:25 PM com.jme3.system.Natives extractNativeLibs

INFO: Extraction Directory #2: C:UsersJonathonDocumentsjMonkeyProjectsBasicGame

Apr 19, 2011 1:36:25 PM com.jme3.system.Natives extractNativeLibs

INFO: Extraction Directory #3: C:UsersJonathonDocumentsjMonkeyProjectsBasicGame

Apr 19, 2011 1:36:25 PM com.jme3.system.lwjgl.LwjglAbstractDisplay run

INFO: Using LWJGL 2.7.1

Apr 19, 2011 1:36:26 PM com.jme3.system.lwjgl.LwjglDisplay createContext

INFO: Selected display mode: 1600 x 900 x 16 @60Hz

Apr 19, 2011 1:36:26 PM com.jme3.system.lwjgl.LwjglAbstractDisplay initInThread

INFO: Display created.

Apr 19, 2011 1:36:26 PM com.jme3.system.lwjgl.LwjglAbstractDisplay initInThread

INFO: Adapter: aticfx64

Apr 19, 2011 1:36:26 PM com.jme3.system.lwjgl.LwjglAbstractDisplay initInThread

INFO: Driver Version: 8.17.10.1065

Apr 19, 2011 1:36:26 PM com.jme3.system.lwjgl.LwjglAbstractDisplay initInThread

INFO: Vendor: ATI Technologies Inc.

Apr 19, 2011 1:36:26 PM com.jme3.system.lwjgl.LwjglAbstractDisplay initInThread

INFO: OpenGL Version: 4.1.10524 Compatibility Profile Context

Apr 19, 2011 1:36:26 PM com.jme3.system.lwjgl.LwjglAbstractDisplay initInThread

INFO: Renderer: ATI Radeon HD 5700 Series

Apr 19, 2011 1:36:26 PM com.jme3.system.lwjgl.LwjglAbstractDisplay initInThread

INFO: GLSL Ver: 4.10

Apr 19, 2011 1:36:26 PM com.jme3.system.lwjgl.LwjglTimer

INFO: Timer resolution: 1000 ticks per second

Apr 19, 2011 1:36:26 PM com.jme3.renderer.lwjgl.LwjglRenderer initialize

INFO: Caps: [FrameBuffer, FrameBufferMRT, FrameBufferMultisample, TextureMultisample, OpenGL20, OpenGL21, OpenGL30, OpenGL31, OpenGL32, ARBprogram, GLSL100, GLSL110, GLSL120, GLSL130, GLSL140, GLSL150, VertexTextureFetch, TextureArray, TextureBuffer, FloatTexture, FloatColorBuffer, FloatDepthBuffer, PackedFloatTexture, SharedExponentTexture, PackedFloatColorBuffer, TextureCompressionLATC, MeshInstancing, VertexBufferArray]

Apr 19, 2011 1:36:27 PM com.jme3.asset.DesktopAssetManager

INFO: DesktopAssetManager created.

Apr 19, 2011 1:36:27 PM com.jme3.renderer.Camera

INFO: Camera created (W: 1,600, H: 900)

Apr 19, 2011 1:36:27 PM com.jme3.renderer.Camera

INFO: Camera created (W: 1,600, H: 900)

Apr 19, 2011 1:36:27 PM com.jme3.input.lwjgl.LwjglMouseInput initialize

INFO: Mouse created.

Apr 19, 2011 1:36:27 PM com.jme3.input.lwjgl.LwjglKeyInput initialize

INFO: Keyboard created.

Apr 19, 2011 1:36:27 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread

INFO: AudioRenderer supports 64 channels

Apr 19, 2011 1:36:27 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread

INFO: Audio effect extension version: 1.0

Apr 19, 2011 1:36:27 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread

INFO: Audio max auxilary sends: 1

Apr 19, 2011 1:36:27 PM com.jme3.material.MaterialDef

INFO: Loaded material definition: Unshaded

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Gui Node)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (BitmapFont) attached to this node (null)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Statistics View)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (Statistics View) attached to this node (Gui Node)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Root Node)

Apr 19, 2011 1:36:27 PM com.jme3.material.MaterialDef

INFO: Loaded material definition: Terrain

Apr 19, 2011 1:36:27 PM com.jme3.material.Material checkSetParam

WARNING: Material parameter m_Alpha uses a deprecated naming convention use Alpha instead

Apr 19, 2011 1:36:27 PM com.jme3.material.Material checkSetParam

WARNING: Material parameter m_Tex1 uses a deprecated naming convention use Tex1 instead

Apr 19, 2011 1:36:27 PM com.jme3.material.Material checkSetParam

WARNING: Material parameter m_Tex1Scale uses a deprecated naming convention use Tex1Scale instead

Apr 19, 2011 1:36:27 PM com.jme3.material.Material checkSetParam

WARNING: Material parameter m_Tex2 uses a deprecated naming convention use Tex2 instead

Apr 19, 2011 1:36:27 PM com.jme3.material.Material checkSetParam

WARNING: Material parameter m_Tex2Scale uses a deprecated naming convention use Tex2Scale instead

Apr 19, 2011 1:36:27 PM com.jme3.material.Material checkSetParam

WARNING: Material parameter m_Tex3 uses a deprecated naming convention use Tex3 instead

Apr 19, 2011 1:36:27 PM com.jme3.material.Material checkSetParam

WARNING: Material parameter m_Tex3Scale uses a deprecated naming convention use Tex3Scale instead

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad1Patch1) attached to this node (my terrainQuad1Quad1)

Apr 19, 2011 1:36:27 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad1Patch2) attached to this node (my terrainQuad1Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad1Patch3) attached to this node (my terrainQuad1Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad1Patch4) attached to this node (my terrainQuad1Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad1) attached to this node (my terrainQuad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad2Patch1) attached to this node (my terrainQuad1Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad2Patch2) attached to this node (my terrainQuad1Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad2Patch3) attached to this node (my terrainQuad1Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad2Patch4) attached to this node (my terrainQuad1Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad2) attached to this node (my terrainQuad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad3Patch1) attached to this node (my terrainQuad1Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad3Patch2) attached to this node (my terrainQuad1Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad3Patch3) attached to this node (my terrainQuad1Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad3Patch4) attached to this node (my terrainQuad1Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad3) attached to this node (my terrainQuad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad4Patch1) attached to this node (my terrainQuad1Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad4Patch2) attached to this node (my terrainQuad1Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad4Patch3) attached to this node (my terrainQuad1Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad4Patch4) attached to this node (my terrainQuad1Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1Quad4) attached to this node (my terrainQuad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad1) attached to this node (my terrain)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad1Patch1) attached to this node (my terrainQuad2Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad1Patch2) attached to this node (my terrainQuad2Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad1Patch3) attached to this node (my terrainQuad2Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad1Patch4) attached to this node (my terrainQuad2Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad1) attached to this node (my terrainQuad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad2Patch1) attached to this node (my terrainQuad2Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad2Patch2) attached to this node (my terrainQuad2Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad2Patch3) attached to this node (my terrainQuad2Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad2Patch4) attached to this node (my terrainQuad2Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad2) attached to this node (my terrainQuad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad3Patch1) attached to this node (my terrainQuad2Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad3Patch2) attached to this node (my terrainQuad2Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad3Patch3) attached to this node (my terrainQuad2Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad3Patch4) attached to this node (my terrainQuad2Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad3) attached to this node (my terrainQuad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad4Patch1) attached to this node (my terrainQuad2Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad4Patch2) attached to this node (my terrainQuad2Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad4Patch3) attached to this node (my terrainQuad2Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad4Patch4) attached to this node (my terrainQuad2Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2Quad4) attached to this node (my terrainQuad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad2) attached to this node (my terrain)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad1Patch1) attached to this node (my terrainQuad3Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad1Patch2) attached to this node (my terrainQuad3Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad1Patch3) attached to this node (my terrainQuad3Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad1Patch4) attached to this node (my terrainQuad3Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad1) attached to this node (my terrainQuad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad2Patch1) attached to this node (my terrainQuad3Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad2Patch2) attached to this node (my terrainQuad3Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad2Patch3) attached to this node (my terrainQuad3Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad2Patch4) attached to this node (my terrainQuad3Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad2) attached to this node (my terrainQuad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad3Patch1) attached to this node (my terrainQuad3Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad3Patch2) attached to this node (my terrainQuad3Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad3Patch3) attached to this node (my terrainQuad3Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad3Patch4) attached to this node (my terrainQuad3Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad3) attached to this node (my terrainQuad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad4Patch1) attached to this node (my terrainQuad3Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad4Patch2) attached to this node (my terrainQuad3Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad4Patch3) attached to this node (my terrainQuad3Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad4Patch4) attached to this node (my terrainQuad3Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3Quad4) attached to this node (my terrainQuad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad3) attached to this node (my terrain)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad1Patch1) attached to this node (my terrainQuad4Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad1Patch2) attached to this node (my terrainQuad4Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad1Patch3) attached to this node (my terrainQuad4Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad1Patch4) attached to this node (my terrainQuad4Quad1)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad1) attached to this node (my terrainQuad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad2Patch1) attached to this node (my terrainQuad4Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad2Patch2) attached to this node (my terrainQuad4Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad2Patch3) attached to this node (my terrainQuad4Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad2Patch4) attached to this node (my terrainQuad4Quad2)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad2) attached to this node (my terrainQuad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad3Patch1) attached to this node (my terrainQuad4Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad3Patch2) attached to this node (my terrainQuad4Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad3Patch3) attached to this node (my terrainQuad4Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad3Patch4) attached to this node (my terrainQuad4Quad3)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad3) attached to this node (my terrainQuad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad4Patch1) attached to this node (my terrainQuad4Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad4Patch2) attached to this node (my terrainQuad4Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad4Patch3) attached to this node (my terrainQuad4Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad4Patch4) attached to this node (my terrainQuad4Quad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4Quad4) attached to this node (my terrainQuad4)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrainQuad4) attached to this node (my terrain)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (my terrain) attached to this node (null)

Apr 19, 2011 1:36:28 PM com.jme3.scene.Node attachChild

INFO: Child (null) attached to this node (Root Node)

Apr 19, 2011 1:36:28 PM com.jme3.app.Application handleError

SEVERE: Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]

java.lang.UnsupportedOperationException: Not supported yet.

at mygame.Main.prePhysicsTick(Main.java:176)

at com.jme3.bullet.PhysicsSpace$3.internalTick(PhysicsSpace.java:270)

at com.bulletphysics.dynamics.DiscreteDynamicsWorld.internalSingleStepSimulation(DiscreteDynamicsWorld.java:365)

at com.bulletphysics.dynamics.DiscreteDynamicsWorld.stepSimulation(DiscreteDynamicsWorld.java:339)

at com.jme3.bullet.PhysicsSpace.update(PhysicsSpace.java:341)

at com.jme3.bullet.PhysicsSpace.update(PhysicsSpace.java:328)

at com.jme3.bullet.BulletAppState.render(BulletAppState.java:189)

at com.jme3.app.state.AppStateManager.render(AppStateManager.java:162)

at com.jme3.app.SimpleApplication.update(SimpleApplication.java:248)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:158)

at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:203)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:221)

at java.lang.Thread.run(Thread.java:662)

BUILD SUCCESSFUL (total time: 7 seconds)



in the ouput am i doing something wrong or is there some update that i need or what am i doing wrong?

yeah, just remove the “throw new UnsupportedOperationException(“Not supported yet.”);” line in the generated prePhysicsTick method.

ps i am kinda new to this and i am trying to teach myself game develpmeant/design so any help is appreciated.

ok thanks