RE: [gentoo-user] Java and java.library.path

2006-01-18 Thread habutre .
Hi, Kirby Did I've the same problerm a any time ago with a thirty-part lib (*.so), I tried all but no success. I put in LD_LIBRARY var, in CLASS_PATH and nothing. The solucion for me was put the lib (*.so) in the $JAVA_HOME/jre/lib/i386/ directory, I didn't test, but the parameter

Re: [gentoo-user] Java and java.library.path

2006-01-18 Thread darren kirby
quoth the Trenton Adams: on the java command line put -Djava.library.path=/usr/lib I don't know if gentoo has a config for this or not, I didn't know ADDLDPATH existed. Who knows, perhaps editing the JRE version of that file would help? I am really sorry, but I don't know what you mean by

Re: [gentoo-user] Java and java.library.path

2006-01-18 Thread darren kirby
quoth the habutre .: Hi, Kirby Did I've the same problerm a any time ago with a thirty-part lib (*.so), I tried all but no success. I put in LD_LIBRARY var, in CLASS_PATH and nothing. The solucion for me was put the lib (*.so) in the $JAVA_HOME/jre/lib/i386/ directory, I didn't test, but

Re: [gentoo-user] Java and java.library.path

2006-01-18 Thread Holly Bostick
darren kirby schreef: quoth the Trenton Adams: on the java command line put -Djava.library.path=/usr/lib I don't know if gentoo has a config for this or not, I didn't know ADDLDPATH existed. Who knows, perhaps editing the JRE version of that file would help? I am really sorry, but I

Re: [gentoo-user] Java and java.library.path [solved]

2006-01-18 Thread darren kirby
quoth the Holly Bostick: Well, I don't know much about java either, but 4 out of 5 java programs I use are not started by program_name, but by java (-jar) program_name. This would be the java command-line, I imagine. Basically, the idea is that you have to invoke java so that java runs the

Re: [gentoo-user] Java and java.library.path

2006-01-17 Thread Trenton Adams
on the java command line put -Djava.library.path=/usr/lib I don't know if gentoo has a config for this or not, I didn't know ADDLDPATH existed. Who knows, perhaps editing the JRE version of that file would help? On 1/17/06, darren kirby [EMAIL PROTECTED] wrote: Hello all, I am trying to get