[htmltmpl-java] deprached constructor
Status: Beta
Brought to you by:
bluesmoon
From: Thomas W. <tw...@im...> - 2003-01-27 13:21:11
|
Hi, i have downloaded the html-tmpl-java sources 0.1.2 from sourceforge, compiled the code with jdk1.4 an tried it. When i use following code (on the html-tmpl-java homepage the example does the same): Template templ =3D new Template("myTemplate.html"); the the java compiler says to me: "the constructor Template(String) is deprached" what kind of constructor should i now use, to create a new template-class from a given template file? Thanks a lot Waffel (alias Thomas Wabner) |