Menu

#113 JDK 1.4

closed-invalid
nobody
None
5
2006-01-18
2006-01-17
Anonymous
No

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.

Discussion

  • Dániel Dékány

    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.

     
  • Dániel Dékány

    • status: open --> closed-invalid
     

Log in to post a comment.