Hi all,
I realise there’s an installation thread at the top of this forum; unfortunately I’m a bit too inexperienced/dumb to understand some of it. I have a (very) little bit of Java experience (compiling relatively simple programs with Textpad) and now find myself needing to learn jogl ASAP. I feel a bit like a learner driver who’s been given the keys to a fighter jet so if you can help at all, the more simply-worded your responses, the more likely I am to understand. Don’t worry about the possibility of patronising me - I don’t think that’s possible!
I downloaded jogl-1.1.0-b04-bin-windows (I’m using Windows XP and NetBeans IDE 3.6, did I choose the right download?) and then tried to interpret the installation instructions in the aforementioned thread as best I could.
So, to “install the jogl.jar file in the classpath of your build environment” I added my newly downloaded jogl.jar to the “JAR execution classpath” through NetBeans. Was this what I was supposed to do?
Finally, I need to do the “installation of the native library”. The advice is as follows, and at this point I get totally lost:
"Java loads native libraries from the directories listed in the java.library.path environment variable. Best to just print this out and put the native library into one of these directories. One of these directories is likely to be the extension (ext) directory of the JRE for your IDE. Unless you only want to run the application from inside the IDE, don’t install it here. "
I run the suggested System.loadLibrary(“jogl”); statement and, predictably, get an UnsatisfiedLinkError. If anyone can explain to me, in the most basic terms possible, what I’m supposed to do to be able to write, compile and run jogl programs with my setup, I would be eternally grateful.
I realise that my queries are hugely below the level of expertise of other questions on this forum, and I’m sorry if this is a waste of everyone’s time. Unfortunately, I can’t seem to find anywhere else that approaches jogl in the kind of “sesame street” way that a total novice at this sort of thing requires.
Many thanks in advance,
And The No