Where can I find the package javax.media.opengl?

前端 未结 3 741
梦毁少年i
梦毁少年i 2021-01-01 18:37

I need to import the javax.media.opengl.* package. From Java OpenGL Wiki to http://jogamp.org/, I am sort of confused which download I need. There is a long li

相关标签:
3条回答
  • 2021-01-01 19:26

    The 7z archive format can be extracted with 7-zip, which is available on Windows.

    0 讨论(0)
  • 2021-01-01 19:29

    This answer is outdated. JOGL has changed the package name.

    javax.media.opengl is now com.jogamp.opengl

    be aware if you have an old project and you try to get the latest library version.

    0 讨论(0)
  • 2021-01-01 19:33

    You only need two packages for java OpenGL:

    jogl.all.jar      -> this contains javax.media.opengl.
    gluegen-rt.jar    -> this contains com.jogamp.opengl.
    Both of which are in here: jogamp-all-platforms.7z
    

    http://jogamp.org/deployment/jogamp-current/archive/

    Edit They seem to have reorganized their site. I updated the link.

    0 讨论(0)
提交回复
热议问题