Ok im new and i cant get ant or Jme to Compile

ok im have a lot of problems here i cant get ant to compile i have followed the directions to the last letter nothing is working im new at this and this is crazy this is suppose to be a good program why is there so much cloak and dagger with the install of this program

please someone help me im lost i would like to try out this program today if not im taking it off my computer

Was this the error you got while compiling?



Posting.java:1:Syntax error, insert "." to complete Statement.



On a more serious note:
- Please tell us which instructions you were following. (I recommend http://www.jmonkeyengine.com/wiki/doku.php?id=setting_up_eclipse_to_build_jme )
- Please tell us the error(s) you encounter.

- Most folks here tend to think jME is a pretty good program.. unfortunatly installing it is one of the easy parts (it's a breeze really compared to most libraries!). It's not really targeted at beginning programmers but at people with reasonable or better Java knowlegde.

im using netbeans 5.5.1 this is what im using as a guide http://www.jmonkeyengine.com/wiki/doku.php?id=setting_up_netbeans_5.0_to_build_jme_and_jme-physics_2

this is the error im getting



init:

deps-clean:

Deleting directory C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_PROJECTjME-Physics_2build

clean:

init:

deps-jar:

Created dir: C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_PROJECTjME-Physics_2buildclasses

Compiling 124 source files to C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_PROJECTjME-Physics_2buildclasses

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:38: package com.jme.math does not exist

import com.jme.math.Vector3f;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:39: package com.jme.renderer does not exist

import com.jme.renderer.ColorRGBA;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:40: package com.jme.renderer does not exist

import com.jme.renderer.Renderer;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:41: package com.jme.util.export does not exist

import com.jme.util.export.InputCapsule;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:42: package com.jme.util.export does not exist

import com.jme.util.export.JMEExporter;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:43: package com.jme.util.export does not exist

import com.jme.util.export.JMEImporter;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:44: package com.jme.util.export does not exist

import com.jme.util.export.OutputCapsule;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:39: package com.jme.bounding does not exist

import com.jme.bounding.BoundingBox;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:40: package com.jme.bounding does not exist

import com.jme.bounding.BoundingSphere;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:41: package com.jme.bounding does not exist

import com.jme.bounding.BoundingVolume;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:42: package com.jme.bounding does not exist

import com.jme.bounding.OrientedBoundingBox;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:43: package com.jme.input.util does not exist

import com.jme.input.util.SyntheticButton;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:44: package com.jme.math does not exist

import com.jme.math.Quaternion;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:45: package com.jme.math does not exist

import com.jme.math.Vector3f;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:46: package com.jme.renderer does not exist

import com.jme.renderer.Renderer;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:47: package com.jme.scene does not exist

import com.jme.scene.Geometry;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:48: package com.jme.scene does not exist

import com.jme.scene.Node;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:49: package com.jme.scene does not exist

import com.jme.scene.Spatial;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:50: package com.jme.scene does not exist

import com.jme.scene.TriMesh;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:51: package com.jme.scene.shape does not exist

import com.jme.scene.shape.Box;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:52: package com.jme.scene.shape does not exist

import com.jme.scene.shape.GeoSphere;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:53: package com.jme.scene.shape does not exist

import com.jme.scene.shape.Sphere;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:61: package com.jmex.terrain does not exist

import com.jmex.terrain.TerrainBlock;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:79: cannot find symbol

symbol: class Node

public abstract class PhysicsNode extends Node implements PhysicsSpatial {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:55: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    private static final Vector3f ZERO = new Vector3f();

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:89: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getCenterOfMass( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:89: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getCenterOfMass( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:97: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract void setCenterOfMass( final Vector3f value );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:110: cannot find symbol

symbol  : class Vector3f


second part of that error is



location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getForce( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:110: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getForce( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:121: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract void addForce( Vector3f force, Vector3f at );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:121: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract void addForce( Vector3f force, Vector3f at );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:123: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    protected final Vector3f centerOfMassStore = new Vector3f();

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:131: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public void addForce( Vector3f force ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:146: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getTorque( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:146: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getTorque( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:153: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract void addTorque( Vector3f torque );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:160: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract void setLinearVelocity( Vector3f velocity );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:169: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getLinearVelocity( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:169: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getLinearVelocity( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:176: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract void setAngularVelocity( Vector3f velocity );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:185: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getAngularVelocity( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:185: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    public abstract Vector3f getAngularVelocity( Vector3f store );

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:211: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.DynamicPhysicsNode

    private static final Vector3f tmpTo = new Vector3f();

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:214: cannot find symbol

symbol  : class Renderer

location: class com.jmex.physics.DynamicPhysicsNode

    protected void drawDebugInfo( Renderer renderer ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:253: cannot find symbol

symbol  : class JMEImporter

location: class com.jmex.physics.DynamicPhysicsNode

        public void read(JMEImporter im) throws IOException {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsDynamicPhysicsNode.java:283: cannot find symbol

symbol  : class JMEExporter

location: class com.jmex.physics.DynamicPhysicsNode

        public void write(JMEExporter ex) throws IOException {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsSpace.java:41: package com.jme.input.util does not exist

import com.jme.input.util.SyntheticButton;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsSpace.java:42: package com.jme.math does not exist

import com.jme.math.Vector3f;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsSpace.java:43: package com.jme.util.export.binary does not exist

import com.jme.util.export.binary.BinaryClassLoader;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsSpace.java:44: package com.jme.util.export.binary does not exist

import com.jme.util.export.binary.BinaryImporter;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:138: cannot find symbol

symbol  : class Node

location: class com.jmex.physics.PhysicsNode

    public static void generatePhysicsGeometry( Node source, PhysicsNode target, boolean useTriangleAccurateGeometries ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:156: cannot find symbol

symbol  : class Node

location: class com.jmex.physics.PhysicsNode

    public static void generatePhysicsGeometry( Node source, PhysicsNode target, boolean useTriangleAccurateGeometries, Map<Spatial, PhysicsCollisionGeometry> collisionGeometryMap ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:156: cannot find symbol

symbol  : class Spatial

location: class com.jmex.physics.PhysicsNode

    public static void generatePhysicsGeometry( Node source, PhysicsNode target, boolean useTriangleAccurateGeometries, Map<Spatial, PhysicsCollisionGeometry> collisionGeometryMap ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:37: package com.jme.bounding does not exist

import com.jme.bounding.BoundingVolume;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:38: package com.jme.input.util does not exist

import com.jme.input.util.SyntheticButton;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:39: package com.jme.intersection does not exist

import com.jme.intersection.CollisionResults;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:40: package com.jme.intersection does not exist

import com.jme.intersection.PickResults;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:41: package com.jme.math does not exist

import com.jme.math.Ray;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:42: package com.jme.renderer does not exist

import com.jme.renderer.Renderer;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:43: package com.jme.scene does not exist

import com.jme.scene.Node;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:44: package com.jme.scene does not exist

import com.jme.scene.Spatial;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:45: package com.jme.util.export does not exist

import com.jme.util.export.InputCapsule;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:46: package com.jme.util.export does not exist

import com.jme.util.export.JMEExporter;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:47: package com.jme.util.export does not exist

import com.jme.util.export.JMEImporter;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:48: package com.jme.util.export does not exist

import com.jme.util.export.OutputCapsule;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsCollisionGeometry.java:62: cannot find symbol

symbol: class Spatial

public abstract class PhysicsCollisionGeometry extends Spatial implements PhysicsSpatial  {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:169: cannot find symbol

symbol  : class Spatial

location: class com.jmex.physics.PhysicsNode

    private void addPhysicsGeometries( Spatial spatial, Vector3f translation, Quaternion rotation, Vector3f scale,

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:169: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.PhysicsNode

    private void addPhysicsGeometries( Spatial spatial, Vector3f translation, Quaternion rotation, Vector3f scale,

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:169: cannot find symbol

symbol  : class Quaternion

location: class com.jmex.physics.PhysicsNode

    private void addPhysicsGeometries( Spatial spatial, Vector3f translation, Quaternion rotation, Vector3f scale,

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:169: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.PhysicsNode

    private void addPhysicsGeometries( Spatial spatial, Vector3f translation, Quaternion rotation, Vector3f scale,

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:170: cannot find symbol

symbol  : class Spatial

location: class com.jmex.physics.PhysicsNode

                                      boolean useTriangleAccurateGeometries, Map<Spatial, PhysicsCollisionGeometry> collisionGeometryMap ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:231: cannot find symbol

symbol  : class Spatial

location: class com.jmex.physics.PhysicsNode

        private PhysicsCollisionGeometry generatePhysicsGeometry( Spatial spatial, Vector3f translation, Quaternion rotation, Vector3f scale, boolean useTriangleAccurateGeometries ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:231: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.PhysicsNode

        private PhysicsCollisionGeometry generatePhysicsGeometry( Spatial spatial, Vector3f translation, Quaternion rotation, Vector3f scale, boolean useTriangleAccurateGeometries ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:231: cannot find symbol

symbol  : class Quaternion

location: class com.jmex.physics.PhysicsNode

        private PhysicsCollisionGeometry generatePhysicsGeometry( Spatial spatial, Vector3f translation, Quaternion rotation, Vector3f scale, boolean useTriangleAccurateGeometries ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:231: cannot find symbol

symbol  : class Vector3f

location: class com.jmex.physics.PhysicsNode

        private PhysicsCollisionGeometry generatePhysicsGeometry( Spatial spatial, Vector3f translation, Quaternion rotation, Vector3f scale, boolean useTriangleAccurateGeometries ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:309: cannot find symbol

symbol  : class TriMesh

location: class com.jmex.physics.PhysicsNode

    private PhysicsCollisionGeometry createPhysicsGeometry( TriMesh geometry ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:318: cannot find symbol

symbol  : class OrientedBoundingBox

location: class com.jmex.physics.PhysicsNode

    private PhysicsCollisionGeometry createPhysicsGeometry( OrientedBoundingBox box ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:331: cannot find symbol

symbol  : class BoundingBox

location: class com.jmex.physics.PhysicsNode

    private PhysicsCollisionGeometry createPhysicsGeometry( BoundingBox box ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:342: cannot find symbol

symbol  : class BoundingSphere

location: class com.jmex.physics.PhysicsNode

    private PhysicsCollisionGeometry createPhysicsGeometry( BoundingSphere sphere ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:360: cannot find symbol

symbol  : class Node

location: class com.jmex.physics.PhysicsNode

    protected void setParent( Node parent ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsPhysicsNode.java:399: cannot find symbol

symbol  : class Renderer

location: class com.jmex.physics.PhysicsNode

    protected void drawDebugInfo( Renderer renderer ) {

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsSphere.java:35: package com.jme.math does not exist

import com.jme.math.FastMath;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsSphere.java:36: package com.jme.renderer does not exist

import com.jme.renderer.Renderer;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsSphere.java:37: package com.jme.scene.shape does not exist

import com.jme.scene.shape.Sphere;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsBox.java:35: package com.jme.math does not exist

import com.jme.math.Vector3f;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsBox.java:36: package com.jme.renderer does not exist

import com.jme.renderer.Renderer;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsBox.java:37: package com.jme.scene.shape does not exist

import com.jme.scene.shape.Box;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCylinder.java:34: package com.jme.math does not exist

import com.jme.math.FastMath;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCylinder.java:35: package com.jme.math does not exist

import com.jme.math.Vector3f;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCylinder.java:36: package com.jme.renderer does not exist

import com.jme.renderer.Renderer;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCylinder.java:37: package com.jme.scene.shape does not exist

import com.jme.scene.shape.Cylinder;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCapsule.java:34: package com.jme.math does not exist

import com.jme.math.FastMath;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCapsule.java:35: package com.jme.math does not exist

import com.jme.math.Vector3f;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCapsule.java:36: package com.jme.renderer does not exist

import com.jme.renderer.Renderer;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCapsule.java:37: package com.jme.scene does not exist

import com.jme.scene.Node;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCapsule.java:38: package com.jme.scene.shape does not exist

import com.jme.scene.shape.Cylinder;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsCapsule.java:39: package com.jme.scene.shape does not exist

import com.jme.scene.shape.Dome;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsMesh.java:36: package com.jme.math does not exist

import com.jme.math.Matrix3f;

C:Program Filesnetbeans-5.5.1MY_PATH_TO_JME-PHYSICS-2_CVSjmephysicssrccomjmexphysicsgeometryPhysicsMesh.java:37: package com.jme.math does not exist

import com.jme.math.Vector3f;

100 errors

BUILD FAILED (total time: 3 seconds)

im having a problem doing this step



Build the jME-Physics 2 sources



  1.

      go to the menue-bar: Window → Projects

  2.

      rightclick on jME-Physics_2: Properties

  3.

      In category Sources

        1.

            press >Add Folder…< at Source Package Folders

              1.

                  navigate to: MY_PATH_TO_JME-PHYSICS-2_CVS/jmephysics

              2.

                  multi-select: src , test , test-interactive , tutorial

              3.

                  press >Open<

        2.

            press again >Add Folder…<

              1.

                  navigate to: MY_PATH_TO_JME-PHYSICS-2_CVS/jmephysics/impl/ode

              2.

                  select: src

              3.

                  press >Open<

  4.

      In the category >Libraries< (at the left), and select >Compile< (at the right)

        1.

            press >Add Library…<

              1.

                  select: jME-compile

              2.

                  press >Add-Library<

        2.

            press >Add JAR/Folder<

              1.

                  navigate to: MY_PATH_TO_JME-PHYSICS-2_CVS/jmephysics/ant/lib

              2.

                  select: junit.jar

              3.

                  press >Open<

        3.

            press >Add JAR/Folder<

              1.

                  navigate to: MY_PATH_TO_JME-PHYSICS-2_CVS/jmephysics/impl/ode/lib/odejava-jni.jar

              2.

                  select: odejava-jni.jar

              3.

                  press >Open<

  5.

      In the category >Libraries< (at the left), select >Run< (at the right)

        1.

            press >Add Library…<

              1.

                  select: jME-run

              2.

                  press >Add Library<

  6.

      In the category >Run< (at the left)

          *

            set VM OPTIONS:

        1.

            under Linux: -Djava.library.path=

I'm no netbeans user but it seems like this went wrong somehow;



5. In the category >Libraries< (at the left), select >Run< (at the right)

press >Add Library…<

select: jME-run

press >Add Library<



Since netbeans can't find the jME classes which if you followed all the steps should be in that library.

As a non-netbeans user, that's about as far as I can help you though…

im going to download eclipse and try that

what one should i get



Eclipse Europa Packages - Windows

Eclipse IDE for Java Developers - Windows (78 MB)

The essential tools for any Java developer, including a Java IDE, a CVS client, XML Editor and Mylyn. Find out more…

Windows

Linux

Mac OS X

Eclipse IDE for Java EE Developers - Windows (125 MB)

Tools for Java developers creating JEE and Web applications, including a Java IDE, tools for JEE and JSF, Mylyn and others. Java 5 (or higher) required. Find out more… Windows

Linux

Mac OS X

Eclipse IDE for C/C++ Developers - Windows (62 MB)

An IDE for C/C++ developers. Find out more… Windows

Linux

Mac OS X

Eclipse for RCP/Plug-in Developers - Windows (153 MB)

A complete set of tools for developers who want to create Eclipse plug-ins or Rich Client Applications. It includes a complete SDK, developer tools and source code. Find out more… Windows

Linux

Mac OS X

Eclipse Classic - Windows (140 MB)

The classic Eclipse download: the Eclipse Platform, Java Development Tools, and Plug-in Development Environment, including source and both user and programmer documentation. Find out more…

:-o



I'd recommend something for your platform (unless you run Mac OS, Linux and Windows all on the same machine). I'd really recommend learning a bit about Java (and Eclipse) before starting with jME though.

i thought jME is beginners friendly

For the beginning games programmer. For the beginning programmer there are easier ways to learn (we have to learn how to walk before we learn how to run). Just Google around a bit for Java, Tutorial, etc.

ok thanks for the help i appreciate it a lot

I'm having the same problem trying to compile the Physics 2 for netbeans. Did you ever solve the first problem with the files not being found?