Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do you install JOGL on windows 7 64bit for use with Eclipse?
    primarykey
    data
    text
    <p>I've tried to follow any number of <a href="http://schabby.de/jogl-example-hello-world/" rel="noreferrer">tutorials</a>:</p> <p>But I still can't get eclipse to recognise any of my import statements:</p> <pre><code>import net.java.games.jogl.Animator; import net.java.games.jogl.GL; import net.java.games.jogl.GLCanvas; import net.java.games.jogl.GLCapabilities; import net.java.games.jogl.GLDrawable; import net.java.games.jogl.GLDrawableFactory; import net.java.games.jogl.GLEventListener; </code></pre> <p>Having said that there always seems to be something different with the tutorials and what I am able to do (ie different files, different packages, different steps etc).</p> <p><a href="https://sites.google.com/site/justinscsstuff/jogl-tutorial-1" rel="noreferrer">This tutorial</a> installs JOGL as a user library which I like but references files ( nativewindow.all.jar, newt.all.jar) that I could not find in the JOGL download I found. It also talks about referencing .dll files which the download help.txt and wiki state are deprecated and should not be used. Having said that I followed the instructions as best I could (using files mentioned in wiki) but it still doesn't work. </p> <p><a href="http://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL" rel="noreferrer">The official wiki</a> talks about downloading different packages for different systems, but they all seemed to be bundled into one "jogamp-all-platforms.7z" file now. It says the files you need are: "gluegen-rt.jar, jogl.all.jar, gluegen-java-src.zip, jogl-java-src.zip, gluegen-rt-natives-windows-amd64.jar, jogl-all-natives-windows-amd64.jar" but it doesn't say what you are supposed to do with them. (I've referenced them in my build path, but it hasn't worked).</p> <p>Anyway I am probably doing something very stupid, but am not sure what.</p> <p>Can someone give step by step newbie-proof instructions on how to add JOGL to my eclipse project?</p> <p>EDIT**** Here's an image of my project properties window: <a href="http://s16.postimage.org/le13lcah1/Capture.png" rel="noreferrer">my project properties window http://s16.postimage.org/le13lcah1/Capture.png</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload