why I can't import net.java.games.jogl???????

I downloaded the jogl.jar,src,doc,and nativelibrary,
I saw others can import net.java.games.jogl;
but Ican’t import it,

 Ican import import javax.media.opengl.*;
          import com.sun.opengl.util.*;
          import javax.media.opengl.glu.GLU;

Why ?? Could anyone help me? And is there any differences between them?
Thank you .

JOGL’s namespace has changed. Please see the javadoc on the JOGL home page for the current packages and APIs. The net.java.games.jogl.* code base is no longer supported.

hi,
I see ,Thank you!