[uClibc] java runtime environment in buildroot environment

Rob Landley rob at landley.net
Wed May 26 21:08:26 UTC 2004


On Wednesday 26 May 2004 02:57, Schwarz G., DP ITS, SEO, M wrote:
> Hello,
>
> I'm trying getting ibm's jre118 to work in the buildroot environment.
> All files are in place and variables like $CLASSPATH $JAVA_HOME are set
> correct.
>
> When I try to run something like jre -help I only get the error messages
> "No such file or directory"
>
> Can someone give me a hint what could be the problem?

Because buildroot is a uclibc-only environment, and jre118 is a precompiled 
binary linked against glibc?

Run ldd against the jre binary.  Notice it wants libraries that the buildroot 
environment doesn't have.  If you could get the source code for it, you could 
recompile it against uclibc, but I'm fairly certain IBM doesn't give out the 
source code...

> thanx in advance
> Schorsch

Rob

-- 
www.linucon.org: Linux Expo and Science Fiction Convention
October 8-10, 2004 in Austin Texas.  (I'm the con chair.)




More information about the uClibc mailing list