[Added notes about CFG format and Con.java.
bjorn@bringert.net**20050508150505] {
hunk ./doc/gf-java.html 27
+
Notes
+
+
+-
+The current version of the Embedded GF Interpreter uses a CFG-format
+which is only produced by GF version 2.2 and later. GF 2.2 is expected
+to be released soon. Contact
+bringert@cs.chalmers.se
+if this is a problem.
+
+-
+Because of DOS limitations, Microsoft Windows systems do not allow
+files named CON (case-insensitive). Since there is a class called
+Con in the Embedded GF Interpreter, the source and binary
+packages cannot be unpacked properly on Windows systems. If you are only
+going to use the interpreter, without modifying it, this should not
+be a problem. Contact
+bringert@cs.chalmers.se
+if this becomes a problem, for example if you need to modify the interpreter
+on a Windows system.
+
+
+
hunk ./doc/gf-java.html 233
+
}