Guys,
When I try to compile the tutorial 9, Hello collision </ a> whenever I encounter the following error,
init:
Deleting: C: Users Giovanni jMonkeyProjects BasicGame9 build built-jar.properties
deps-jar:
Updating property file: C: Users Giovanni jMonkeyProjects BasicGame9 build built-jar.properties
Compiling 1 source file to C: Users Giovanni jMonkeyProjects BasicGame9 build classes
C: Users Giovanni jMonkeyProjects BasicGame9 src mygame Main.java: 6: can not find symbol
symbol: class BulletAppState
location: package com.jme3.bullet
import com.jme3.bullet.BulletAppState;
C: Users Giovanni jMonkeyProjects BasicGame9 src mygame Main.java: 28: can not find symbol
symbol: class BulletAppState
location: class mygame.Main
private BulletAppState bulletAppState;
C: Users Giovanni jMonkeyProjects BasicGame9 src mygame Main.java: 42: can not find symbol
symbol: class BulletAppState
location: class mygame.Main
bulletAppState BulletAppState = new ();
3 errors
C: Users Giovanni jMonkeyProjects BasicGame9 nbproject build-impl.xml: 521: The following error occurred while executing this line:
C: Users Giovanni jMonkeyProjects BasicGame9 nbproject build-impl.xml: 258: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 2 seconds)
I have found the class BulletAppState not being found, I wonder how can I solve this problem.