Login  Register

Re: Code seems to be okay according to netbeans prior to run attempt but fails to run

Posted by s3a on Dec 24, 2011; 6:11am
URL: https://forum.jogamp.org/Code-seems-to-be-okay-according-to-netbeans-prior-to-run-attempt-but-fails-to-run-tp3610062p3610102.html

Actually, I obtained JOGL 2 from the Debian repositories:

deniz@debian:~$ dpkg -L libjogl2-java
/.
/usr
/usr/share
/usr/share/java
/usr/share/java/jogl2.jar
/usr/share/doc
/usr/share/doc/libjogl2-java
/usr/share/doc/libjogl2-java/changelog.Debian.gz
/usr/share/doc/libjogl2-java/copyright
/usr/share/doc/libjogl2-java/README.Debian
deniz@debian:~$

and it's the bold JAR which I am using as the library.


I am using the following version:

deniz@debian:~$ apt-cache policy libjogl2-java
libjogl2-java:
  Installed: 2.0-rc3-7
  Candidate: 2.0-rc3-7
  Version table:
 *** 2.0-rc3-7 0
        500 http://ftp.ca.debian.org/debian/ wheezy/main amd64 Packages
        100 /var/lib/dpkg/status
deniz@debian:~$

In other words, I don't think I am doing anything wrong and I also think I am doing what the website you gave me is saying to do (unless I am missing a minor detail but I don't think that that is the case).