Home » JOGL Installation

JOGL Installation

by Online Tutorials Library

JOGL Installation

In this section, we will learn about the installation of JOGL in our operating system. Thus, to download and install JOGL follows the below steps:-

  • Before installing JOGL, it is required to install Java in our system. So, if Java is not installed in our system, follow the below link to install it. How to Set Path in Java
  • Once Java is installed, follow the below link to download the JOGL. Download the zip file enclosed in the black rectangle and extract it. Download JOGL

JOGL Installation

Download the zip file enclosed in the black rectangle and extract it. Download Gluegen

JOGL Installation 2

  • Now, open eclipse and click on File>New>Java Project to create a new Java project.

JOGL Installation 3

Provide any specific name to the Java Project. Here, we provide JOGLPath.

  • Create a new folder lib in this project. Copy the following jar files under this folder.
    • gluegen-rt-natives-windows-amd64.jar
    • gluegen-rt.jar
    • jogl-all-natives-windows-amd64.jar
    • jogl.all.jar

JOGL Installation 4

  • Now, select all jar files and right click on your mouse. Then click on Build path>Add to Build Path.

JOGL Installation 5

Now, the basic set-up required to create a JOGL program is ready. We will learn about JOGL program later.

Next TopicJOGL Interfaces

You may also like