Here is the memo.
- Get the file by google for ESC/Java2
- Unpack it probably by 'tar jxf ESCJ-binary.tbz'
- Edit the script called escj. For the sake of safety, let's copy it to myescj and I edited myescj instead.
- What need to be defined are:
- export ESCTOOLS_RELEASE to the absolute path of the directory in which you placed the release files.
- export OSTYPE='linux'; I use linux library.
- export SIMPLIFY environment variable to the name of one of the Simplify.linux executables contained in $ESCTOOLS_RELEASE
- I need to branch the executable Simplify.linux to tell the FreeBSD that it is linux binary and please use Linux ABI to execute the file:
$ brandelf -t Linux Simplify.linux- That's it. Try exercise the edited script with an example in examples/0.0/Bag.java