I am using
eclipse 3.1 M4
myeclipse 3.8.4
and jdk 1.5
when I give parametres as we can do with 1.5 I got this error on xdoclet generation
Error parsing File H:\workspace1\artbeatEJB\src\fr\artbeat\commande\session\ejb\NewCommand.java:Encountered “<” at line 126, column 20.
[ejbdoclet] Was expecting one of:
[ejbdoclet] “;” …
the “<” is the parametre as follow
Map<String,String> aMap=new Hasmap<String,String>();
what should I do?