JME and Netbeans

Hi I was following the tutorial about setting up netbeans with JME Here.



When I got to making the Javadocs I got a lot of errors flagged. I particular things like “Package org.lwjgl” missing, is this something that I should be worried about or just ignore.



Thanks very much for your help.







Here is a sample of what netbeans flagged up.








Constructing Javadoc information...
C:jmejmesrccomjmescenestatelwjglLWJGLTextureState.java:50: package org.lwjgl.opengl does not exist
import org.lwjgl.opengl.ARBVertexShader;
Standard Doclet version 1.6.0_04
Building tree for all the packages and classes...
C:jmejmesrccomjmexawtswinguidndJMEDragAndDrop.java:27: warning - Tag @link: reference not found: jmetest.awt.swingui.dnd.TestJMEDragAndDrop
C:jmejmesrccomjmexmodelanimationPointInTime.java:72: warning - @param argument "controller" is not a parameter name.
C:jmejmesrccomjmesystemDisplaySystem.java:816: warning - Tag @author cannot be used in method documentation.  It can only be used in the following types of documentation: overview, package, class/interface.
C:jmejmesrccomjmesystemDisplaySystem.java:816: warning - Tag @author cannot be used in method documentation.  It can only be used in the following types of documentation: overview, package, class/interface.
C:jmejmesrccomjmesceneshapeGeoSphere.java:41: warning - Tag @see: reference not found: jmetest.shape.TestGeoSphere
C:jmejmesrccomjmeutilGameTaskQueue.java:96: warning - @return tag has no arguments.
C:jmejmesrccomjmeutilImageLoader.java:19: warning - Tag @see: can't find addHandler(String, ImageLoader) in com.jme.util.TextureManager
C:jmejmesrccomjmeutilTextureManager.java:204: warning - @param argument "flipped" is not a parameter name.
C:jmejmesrccomjmescenestateAttributeState.java:86: warning - @return tag has no arguments.
C:jmejmesrccomjmescenestateFragmentProgramState.java:77: warning - @param argument "param" is not a parameter name.
C:jmejmesrccomjmescenestateFragmentProgramState.java:77: warning - @param argument "paramID" is not a parameter name.
C:jmejmesrccomjmemathspringSpringSystem.java:197: warning - @param argument "normals" is not a parameter name.
C:jmejmesrccomjmeinputthirdpersonThirdPersonLeftAction.java:63: warning - @param argument "character" is not a parameter name.
C:jmejmesrccomjmeinputthirdpersonThirdPersonRightAction.java:63: warning - @param argument "character" is not a parameter name.
C:jmejmesrccomjmeinputthirdpersonThirdPersonStrafeLeftAction.java:63: warning - @param argument "character" is not a parameter name.
C:jmejmesrccomjmeinputthirdpersonThirdPersonStrafeRightAction.java:63: warning - @param argument "character" is not a parameter name.
C:jmejmesrccomjmesystemlwjglLWJGLDisplaySystem.java:557: warning - Tag @author cannot be used in method documentation.  It can only be used in the following types of documentation: overview, package, class/interface.
C:jmejmesrccomjmesystemlwjglLWJGLDisplaySystem.java:557: warning - Tag @author cannot be used in method documentation.  It can only be used in the following types of documentation: overview, package, class/interface.
C:jmejmesrccomjmexmodelcolladaColladaImporter.java:304: warning - @return tag has no arguments.
C:jmejmesrccomjmexmodelcolladaColladaImporter.java:258: warning - @param argument "textureDirectory" is not a parameter name.
C:jmejmesrccomjmescenestatelwjglrecordsTextureStateRecord.java:62: cannot find symbol
symbol  : variable BufferUtils
location: class com.jme.scene.state.lwjgl.records.TextureStateRecord
    public final FloatBuffer tmp_matrixBuffer = BufferUtils.createFloatBuffer(16);
C:jmejmesrccomjmexfont3dmathPlanarEdge.java:33: warning - @return tag has no arguments.
C:jmejmesrccomjmexfont3dmathPlanarVertex.java:114: warning - @return tag has no arguments.
C:jmejmesrccomjmexfont3dmathTriangulationVertex.java:246: warning - @return tag has no arguments.
C:jmejmesrccomjmexfont3dmathTriangulationVertex.java:226: warning - @return tag has no arguments.
C:jmejmesrccomjmexfont3dmathTriangulator.java:363: warning - @return tag has no arguments.
C:jmejmesrccomjmeinputlwjglLWJGLMouseInput.java:270: warning - @param argument "url" is not a parameter name.
C:jmejmesrccomjmeanimationSpatialTransformer.java:171: warning - Tag @author cannot be used in method documentation.  It can only be used in the following types of documentation: overview, package, class/interface.
C:jmejmesrccomjmeanimationSpatialTransformer.java:188: warning - Tag @author cannot be used in method documentation.  It can only be used in the following types of documentation: overview, package, class/interface.
C:jmejmesrccomjmeanimationSpatialTransformer.java:356: warning - Tag @author cannot be used in method documentation.  It can only be used in the following types of documentation: overview, package, class/interface.
C:jmejmesrccomjmerendererRenderContext.java:118: warning - Tag @see: can't find clearEnforcedState(int) in com.jme.scene.Spatial
C:jmejmesrccomjmerendererRenderer.java:355: warning - @return tag cannot be used in method with void return type.
C:jmejmesrccomjmescenelodAreaClodMesh.java:85: warning - Tag @see: can't find reconstruct(com.jme.math.Vector3f[], com.jme.math.Vector3f[], com.jme.renderer.ColorRGBA[], com.jme.math.Vector2f[], int[]) in com.jme.scene.lod.AreaClodMesh
C:jmejmesrccomjmescenelodClodMesh.java:77: warning - Tag @see: can't find reconstruct(com.jme.math.Vector3f[], com.jme.math.Vector3f[], com.jme.renderer.ColorRGBA[], com.jme.math.Vector2f[], int[]) in com.jme.scene.lod.ClodMesh
C:jmejmesrccomjmexeditorsswingsettingsGameSettingsPanel.java:260: warning - @return tag has no arguments.
C:jmejmesrccomjmeutilgeomBufferUtils.java:183: warning - @return tag has no arguments.
C:jmejmesrccomjmeutilgeomBufferUtils.java:588: warning - @return tag has no arguments.
C:jmejmesrccomjmeutilgeomBufferUtils.java:398: warning - @return tag has no arguments.
C:jmejmesrccomjmeutilgeomBufferUtils.java:811: warning - Tag @param cannot be used in field documentation.  It can only be used in the following types of documentation: class/interface, constructor, method.
C:jmejmesrccomjmeutilgeomBufferUtils.java:811: warning - Tag @return cannot be used in field documentation.  It can only be used in the following types of documentation: method.
C:jmejmesrccomjmexeffectswaterWaterRenderPass.java:625: warning - @param argument "heightFalloffStart" is not a parameter name.
C:jmejmesrccomjmesceneSceneElement.java:246: warning - @return tag has no arguments.
C:jmejmesrccomjmesceneSceneElement.java:708: warning - @return tag has no arguments.
C:jmejmesrccomjmesceneSceneElement.java:686: warning - @return tag has no arguments.
C:jmejmesrccomjmesceneSceneElement.java:753: warning - @return tag has no arguments.
C:jmejmesrccomjmesceneSceneElement.java:782: warning - @return tag has no arguments.
C:jmejmesrccomjmescenebatchLineBatch.java:90: warning - @param argument "antiAliased" is not a parameter name.
C:jmejmesrccomjmescenebatchPointBatch.java:87: warning - @param argument "antiAliased" is not a parameter name.
C:jmejmesrccomjmexaudiostreamAudioInputStream.java:78: warning - @param argument "b" is not a parameter name.
C:jmejmesrccomjmexaudiostreamAudioInputStream.java:78: warning - @param argument "off" is not a parameter name.
C:jmejmesrccomjmexaudiostreamAudioInputStream.java:78: warning - @param argument "len" is not a parameter name.
C:jmejmesrccomjmexterrainutilHillHeightMap.java:303: warning - @theows is an unknown tag.
C:jmejmesrccomjmexterrainutilHillHeightMap.java:335: warning - @throw is an unknown tag.
C:jmejmesrccomjmexaudioeventTrackLoadListener.java:51: warning - Tag @see: can't find loadSound(java.net.URL, TrackLoadListener) in com.jmex.audio.util.SoundLoadingQueue
C:jmejmesrccomjmexaudioopenalOpenALStreamedAudioPlayer.java:212: warning - @param argument "updateInterval" is not a parameter name.
C:jmejmesrccomjmerendererpassShadowedRenderPass.java:172: warning - @return tag has no arguments.
C:jmejmesrccomjmeutilgeomnvtristripPrimitiveGroup.java:98: warning - @return tag has no arguments.
C:jmejmesrccomjmexfont3dFont3D.java:180: warning - @return tag has no arguments.
C:jmejmesrccomjmexfont3dFont3D.java:219: warning - @return tag has no arguments.
C:jmejmesrccomjmexfont3dFont3D.java:167: warning - @return tag has no arguments.
C:jmejmesrccomjmexfont3dFont3D.java:194: warning - Tag @link: can't find createText(String, int) in com.jmex.font3d.Font3D
C:jmejmesrccomjmexfont3dText3D.java:20: warning - Tag @link: can't find createText(String, String, int, boolean, boolean, boolean) in com.jmex.font3d.Font3D
C:jmejmesrccomjmeappBaseGame.java:119: warning - @return tag has no arguments.
C:jmejmesrccomjmesceneController.java:113: warning - @return tag has no arguments.
C:jmejmesrccomjmescenePoint.java:168: warning - @param argument "antiAliased" is not a parameter name.
C:jmejmesrccomjmescenePoint.java:206: warning - @param argument "antiAliased" is not a parameter name.
C:jmejmesrccomjmesceneSceneElement.java:714: warning - @return tag has no arguments.
C:jmejmesrccomjmesceneSceneElement.java:678: warning - @return tag has no arguments.
C:jmejmesrccomjmesceneSceneElement.java:700: warning - @return tag has no arguments.
C:jmejmesrccomjmexmodelconvertersFormatConverter.java:112: warning - @returns is an unknown tag.
C:jmejmesrccomjmexmodelconvertersMilkToJme.java:79: warning - Tag @link: reference not found: com.jmex.model.XMLparser.JmeBinaryWriter
C:jmejmesrccomjmexawtswinguidndJMEDragAndDrop.java:27: warning - Tag @link: reference not found: jmetest.awt.swingui.dnd.TestJMEDragAndDrop
C:jmejmesrccomjmexawtswinguidndJMEDragAndDrop.java:27: warning - Tag @link: reference not found: jmetest.awt.swingui.dnd.TestJMEDragAndDrop
C:jmejmesrccomjmexawtswinguidndJMEDragAndDrop.java:27: warning - Tag @link: reference not found: jmetest.awt.swingui.dnd.TestJMEDragAndDrop
Building index for all the packages and classes...
C:jmejmesrccomjmexawtswinguidndJMEDragAndDrop.java:27: warning - Tag @link: reference not found: jmetest.awt.swingui.dnd.TestJMEDragAndDrop
Building index for all classes...
Generating C:jmejmedatadocstylesheet.css...
1 error
177 warnings
BUILD SUCCESSFUL (total time: 1 minute 47 seconds)

well you can ignore the warnings,

but if a lwjgl package is not found, then you probably didn't add the libraries which are located in jme/lib to your project yet. (lwjgl jogg jorbis etc.)

Thanks so much for the help its really appreciated :smiley:



ok.



I ran the program and things seemed to work, yay