Hello,

I have a problem calling java, javac ... from inside a java program. I get the following error:

sh: error in loading shared libraries
/usr/local/glibc2/lib/libc.so.6: undefined symbol: _dl_initial_searchlist
Compiling java programes and excecuting java programs works fine. I have the following library configuration on my linux box:
libc2.0.7 as primary library in  /lib
libc2.1.2 as secondary library in /usr/local/glibc2/lib
I call javac from inside a java program by using:
Process p = Runtime.getRuntime().exec("javac")
p.waitFor();
I hope anybody can help me, thanks Lars.
 

Reply via email to