Bonjour,
Je suis une chinoise et j'apprend le jung,
mais je installe le jung avec les source dans Eclipse le version eclipse-java-helios-SR2-win32 ,Il y a tous les jours les erreus ci-dessous:
(si travail just avec ajouter la librairie jung au build path de mon projet.ça marche bien )
1. import javax.media.jai(il ma écrit:
the import javax.media.jai cannot be resolved)
2.import com.sun.j3d.utils.behaviors.mouse.MouseBehavior;
import com.sun.j3d.utils.behaviors.mouse.MouseBehaviorCallback
(Access restriction: The type MouseBehavior is not accessible due to restriction on required library C:\Program Files\Java\jre6\lib\ext\j3dutils.jar)
3.p0tx.setTranslation(new Vector3f(p0.getX(),p0.getY(),p0.getZ()));
(Multiple markers at this line
- The method getX() is undefined for the type
Point3f
- The method getY() is undefined for the type
Point3f
- The method getZ() is undefined for the type
Point3f)
pourquoi je dois changer getX() pour x,getY() pour y,getZ() pour z
Merci d'anvancer
Partager