This is an example project for the JGauss/JGRTE engines of jstatcom.
It can be imported to the Eclipse IDE (or any other).

The included ant makefile build.xml generates the distribution. 


The demo creates a sample frame with variable selector and calls
the Gauss method

"pacf"

The results are returned and printed in a text area. 


The file app.bat starts the example. The -D parameters
are 

1) -DGRTE=true/false 
2) -DDEBUG=true/false


If 1) is false, JGauss is used, otherwise the JGRTE engine if available.
2) sets a DEBUG parameter that sets the output verbosity of the 
GAUSS calls and whether a compiled .gcg file is used or the 
.lcg libraries. If 2) is false then any library load calls are
ignored. 

The file jgauss/engine_config.xml (jgrte/engine_config.xml) set the 
configuration for those engines. Most settings are obvious or should be
left at their defaults. Please check the API documentation for more.



Markus Kraetzig, April 08, 2008