j2re 1.4.2 and tail: cannot open `+424' for reading: No such file or directory
DEVELOPMENT 2008/05/22 13:32
If you met this kind of problem, this is reason that why the script probably uses the old syntax for the "tail" command.
Set the environment variable _POSIX2_VERSION=199209 to use the compatibility mode by:
Set the environment variable _POSIX2_VERSION=199209 to use the compatibility mode by:
$ export _POSIX2_VERSION=199209
$ ./j2re_1.4.2_02.bin





