Hi,
I just thought it might be wiser to let people know you
don't have to set up the %path% and %classpath% in
windows, you can do it at runtime. This is what I plan to
do when running it:
set OM_HOME=C:\Dev\Java\Lib\openmind
set classpath=.;%OM_HOME%/lib/gl4java.jar;%
OM_HOME%/lib/png.jar;%OM_HOME%/lib/gl4java-glffonts.
jar;%OM_HOME%/lib/gl4java-glutfonts.jar;%OM_HOME%
/lib/openmind-core.jar;%OM_HOME%/lib/vecmath-free.
jar;%OM_HOME%/lib/al4java.jar
set PATH=%OM_HOME%/lib;%PATH%
pickingdemo.bat
James