Talk About Network

Google





Graphics > OpenGL 3D API > Re: Newbie help...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 8 of 8 Topic 4833 of 5061
Post > Topic >>

Re: Newbie help required

by Mike Reid <Michael.Reid@[EMAIL PROTECTED] > Jul 16, 2008 at 01:33 PM

Netbeans 4.1! That's Bronze Age technology. Do they have a suitable
abacus to run it on? Netbeans 6.1 has come a very long way since 4.1.

Just to comfirm what you ought to be doing (you appear to be doing
this but I'm just checking):

* native libraries must be located in the path defined by the Java
system property "java.library.path". This should include your $PATH
(or %PATH% for those unlucky enough to be using Windows).  The native
libraries (DLLs, or *.so) must be located somewhere on this path.

* the JAR file must be located on the Java classpath.

You can view this property with the following program (which must be
contained in a file called "CheckPaths.java"):

public class CheckPaths {
  public static void main(String[] args) {
    System.out.println("java.library.path =3D " +
System.getProperty("java.library.path"));
    System.out.println("java.class.path =3D " +
System.getProperty("java.class.path"));
  }
}


--------
lk: Wrote

> Thanks. =A0 Thus far, I've put:
> jogl.dll in wherever\bin\
> jogl.jar in wherever\lib\ext
>
> and amended $CLASSPATH and $PATH but NetBeans (admittedly 4.1) has
refuse=
d
> to play ball. =A0 I'm forced to use NetBeans 4.1 thanks to my course.
> However I do have another box I can install NB6 on so I'll see if that
> works.
 




 8 Posts in Topic:
Newbie help required
"lk" <gofyse  2008-07-13 09:10:16 
Re: Newbie help required
Wolfgang Draxinger <wd  2008-07-13 11:40:27 
Re: Newbie help required
"lk" <gofyse  2008-07-13 15:17:46 
Re: Newbie help required
Jonathan Campbell <jg.  2008-07-13 12:09:29 
Re: Newbie help required
"jbwest" <jb  2008-07-13 20:20:12 
Re: Newbie help required
Mike Reid <Michael.Rei  2008-07-14 12:14:55 
Re: Newbie help required
"lk" <gofyse  2008-07-15 18:19:26 
Re: Newbie help required
Mike Reid <Michael.Rei  2008-07-16 13:33:20 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Fri Jan 9 14:11:31 PST 2009.