In this article 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.
- Once Java is installed, follow the below link to download the JOGL.
- Now, open eclipse and click on File>New>Java Project to create a new Java project.
- 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
- Now, select all jar files and right click on your mouse. Then click on Build path>Add to Build Path.
Download JOGL Download the zip file enclosed in the black rectangle and extract it.
Download GluegenDownload the zip file enclosed in the black rectangle and extract it.
Provide any specific name to the Java Project. Here, we provide JOGLPath.
0 comments:
Post a Comment