TclBlend Installation failing in Linux
Brought to you by:
mdejong
TclBlend 1.4.1 installation in SUSE Linux Enterprise Server 10 (x86_64) is failing in the following configure step:
../tclBlend1.4.1/configure
--prefix=/home/santanu/tools/tclblend/opt/tclblend
--with-tcl=/home/santanu/tools/tclblend/tmp/tclblend/build_tcl
--with-thread=/home/santanu/toolstclblend/tmp/tclblend/build_thread
--with-jdk=/usr/java/jdk16
The following error message is returned:
configure: error: Could not detect the location of the Java shared library. You will need to update tcljava.m4 to add support for this JVM configuration.
Kindly help me with this issue. JDK1.6.13 is the java version.
Hello, I have encountered an error like you, how did you solve
i find that in configure file thire is a comment is "jre/bin/client must contain jvm.dll",
if test -f $ac_java_jvm_dir/$F ; then
# jre/bin/client must contain jvm.dll
# jre/bin/server directory could also contain jvm.dll,
# just assume the user wants to use the client JVM.
DLL=jre/bin/client/jvm.dll
if test -f $ac_java_jvm_dir/$DLL ; then
# Generate error for unsupported JVM layout
echo "$as_me: error: Could not detect the location of the Java
shared library. You will need to update tcljava.m4
to add support for this JVM configuration." >&2;}
{ (exit 1); exit 1; }; }
fi
Is it really a result of this file is missing jvm.dll