Re: A constructive debate: Eclipse or NetBeans?



Jon Harrop schrieb:
I discovered that NetBeans has an add-on to provide OpenGL from Java. I
tried it, could not get it to work and went to ask for help on their forum
only to discover that nobody has ever posted to the forum:

https://netbeans-opengl-pack.dev.java.net/servlets/SummarizeList?listName=users
Being on of the authors of the Netbeans OpenGL pack I am quite disappointed by the fact, that you are criticizing the project for an empty forum while not posting yourself...

Needless to say, this is not what I was expecting from a mainstream
language. Installing JOGL required various .properties files to be copied
to certain locations and edited, various environment variables to be set and
so forth. Even after all that, only a couple of the demos actually work.
That's actually not true. There is no need to copy/edit any properties file and the environment variable changes mentioned are for convenience.

For compiling JOGL based apps, you need to specify the needed jars on the classpath:

javac -classpath path/to/jogl.jar:path/to/gluegen-rt.jar
-sourcepath app/sources -d app/classes

and run it via

java -Djava.library.path=path/to/jogl/natives:path/to/gluegen/natives
-classpath path/to/jogl.jar:path/to/gluegen-rt.jar:app/classes
org.yourorg.YourApp

the above is tedious typing effort, hence the environment variables...

> . Discover that Eclipse is using the GNU Java implementation rather
> than Sun's Java implementation.
> . Learn how to alter the chosen Java implementation used by Eclipse
> (...)
That's neither SUNs nor Eclipses fault but simply of the fault of the GNU folks. GCJ, while being nice for it's purposes, is far from being a certified java implementation. It's not even a JVM but a java to native code compiler...

Best Regards
Mathias Henze
.



Relevant Pages

  • Re: Runtime Library Buffet Overrun
    ... As this forum specifically discussed security issues you ... missed the opportunity to discover that this particular ... response to an already floundering fellow computer user ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Opinions on mathematics.
    ... am very surprised to discover the notion in a math ... forum. ... Unicorns are mentioned here pretty regularly. ...
    (sci.math)
  • Re: Bullet List Paragraph Double Space
    ... forum to discover how to do a task that's straightforward in all previous ... the help files related to bulleted lists. ... this improves productivity how? ...
    (microsoft.public.mac.office.word)
  • Re: Special Relativity is Dead (second proof)
    ... discover at what point the majority on this forum is fooling ... respectfully you can learn a lot from them and you will discover that they ...
    (sci.physics.relativity)