On Wed, Jan 13, 2010 at 10:44 PM, Ernest Friedman-Hill <[email protected]>wrote:
> Jess, being written in Java, is 100% portable in binary form. If you've got > the file "jess.jar", it can be used, unchanged, on any platform with a Java > virtual machine. > > There's no installer or installation process on any machine -- you unzip > the distribution file, and you're done. > > Yea, I just got the source code. And all installation all done. I just put the jess.jar in system library path /usr/local/lib, and everything is just done. I just created simple shell script that does ( reffering to original jess script under bin directory) #!/bin/sh java jess.Main $* Btw, tq for the quick responds. -- - Yasir -
