JDK 1.4
Generates text that depends on changing data (like dynamic HTML).
Brought to you by:
revusky
Hello,
The freemarker.org website says that freemarker 2.3.4
is built for Java 1.2 or higher but in fact several
java files are built using Java 1.4.
"RegexBuiltins.java" for example imports the package
"java.util.regex.*", which is only available in Java
1.4.
Rob.
Logged In: YES
user_id=546667
But those files are not used in runtime prior J2SE 1.4. Like
as the Manual says, regular expression built-in are
supported only under J2SE 1.4 or later.