[tcljava-user] java.lang.NullPointerException: Invalid interpreter.
Brought to you by:
mdejong
From: <wiw...@dc...> - 2006-01-16 16:03:28
|
Hi! I'm trying to build tclBlend1.3.2 with tcl 8.4.12 and thread2.6.2 ./configure --with-tcl=../tcl8.4.12 --with-thread=../thread2.6.2/ --with-jdk=/usr/lib/j2se/1.4/ When I'm trying to load the package "java" i get the following error: % package require java Exception in thread "main" java.lang.NullPointerException: Invalid interpreter. at tcl.lang.Interp.getCommand(Native Method) at tcl.lang.BlendExtension.init(BlendExtension.java:39) "XpUtils::iload -d /root/download/tcl/tclBlend1.3.2 tclblend" failed: java.lang.NullPointerException: Invalid interpreter. I've already tried tcl 8.4.11 and java 1.5.0_10 with the same result. My Linux installation is a MEPIS. It works fine on SuSE Linux 9.2. Thanks for your help, wiwo |