Hi!
Try this:
1.) Check that your FGLDIR, INFORMIXDIR and PATH enviroment variables are ok.
2.) Force FourJ's to use the Informix Cliente-SDK:
findlib.sh -sh esql
3.) Execute the environment script generated by the "findlib.sh" script (the environment scripts are, if I am not wrong, "envcomp" for Bourne Shell and "envcomp.csh" for C-Shell):
- If you use the Bourne Shell (sh), the Bourne Again Shell (bash) or the Korn Shell (ksh):
cd $FGLDIR
. ./envcomp # that is: dot space dot slash envcomp
- If you use the C-Shell (csh) or TC-Shell (tcsh):
cd $FGLDIR
source envcomp.csh
4.) Check that the "esql" command is accessible:
esql
esql -V
5.) Try again to generate the runner:
fglmkrun
-----
P.S.: If you need a different version of the Informix Client- SDK:
- You can download the 2.60 version from the IIUG Web Site (
http://www.iiug.org)
- You can download the 2.80 version from the IBM/Informix Web Site (
http://www.informix.com/evaluate)
Hope this helps.
Vitorino Ribeiro
Quote:
Originally posted by bertrand
Hi ,
We are trying to run 4js under Linux :
mandrake 8.2 kernel 2.4.18-6
informix SE 7.25.UC1
SDK 2.70.UC3
4j's Dynamic Virtual Machine Demonstration version 3.20.01.66
Does anynoby knows the way to make a runner compatible with informix SE ??
It seems we've got a wrong version of the SDK
Thank's
|