LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Java + OpenGL libraries (https://www.linuxquestions.org/questions/programming-9/java-opengl-libraries-245898/)

hylke 10-22-2004 06:39 AM

Java + OpenGL libraries
 
Hello
Does anyone know which llibraries are required to compile a java source code with OpenGL for the gcj compiler?
Thanx Hylke

german 10-23-2004 02:51 PM

are you talking about the Java3D API?

hylke 10-26-2004 12:25 PM

probably (i dont know anything about java) :-)

german 10-26-2004 12:41 PM

you've chosen a really, really bad place to start... Java3D is very difficult to wrap your mind around (IMHO), even for experienced Java programmers. First, learn how to write Java programs with the Sun Java compiler... then, learn how to write Java programs for GCJ (I believe there are differences, specifically GCJ does not support 100% of the API that the Sun compiler does last I checked). Then, learn the Java3D API. Short of following those steps, you're going to have a nightmare of a time doing something with Java3D, esp. in GCJ.

hylke 10-30-2004 02:48 AM

Sprry for my late reply.
I don't want to program, but i just want to add support in my bash script for that 3D API.

jlliagre 10-30-2004 05:56 AM

Quote:

I don't want to program, but i just want to add support in my bash script for that 3D API.
Can you elaborate on that, I don't see how shell scripting is not programming, nor what 3D has to do with it ...

hylke 10-30-2004 08:36 AM

What i mean is, i dont want to program in the Java 3D API, but what i want to know is which libraries i need to add to gcj so i can add support for compiling java with the 3D API in my bash script.
I hope i made my self more clear.
Nice regards,
Hylke

dmigh 10-30-2004 09:09 AM

Hi, i am not a hacker. but,

ask to the gcj hackers.
http://planet.classpath.org/

hylke 10-30-2004 09:35 AM

Hello dmigh,
Thank your for your reply.
I've been on there irc channel, but nobody seems to be active on that channel, so i wasn't able to ask them.
Anyone else that knows my answere?
Thanx Hylke

german 10-31-2004 06:01 PM

do you mean that you want to compile someone else's application for java3d, with GCJ? this sounds like something of an advanced topic... I would search google groups for someone trying to do the same... java3d is not the easiest thing to master IMHO

hylke 11-02-2004 09:52 AM

Quote:

Originally posted by german
do you mean that you want to compile someone else's application for java3d, with GCJ?
Yup
Quote:

this sounds like something of an advanced topic... I would search google groups for someone trying to do the same... java3d is not the easiest thing to master IMHO
I've already searched google, but i cant find it, that's why i came here.And it isn't really an advanced thing, i just need to know the libraries that are required.


All times are GMT -5. The time now is 05:10 AM.