• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

GWT 2.4.0 version incompatibility issues

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Currently, i am migrating an application from WAS6.1 to WAS8 and jdk1.5 to jdk1.6. my project uses gwt-user-1.5.3.jar. when i build the project through maven it gives me the error:
[ERROR] Errors in 'jar:file:/C:/Documents%20and%20Settings/rudro_mukherjee/.m
2/repository/com/google/gwt/gwt-user/1.5.3/gwt-user-1.5.3.jar!/com/google/gwt/em
ul/java/util/Vector.java'
[ERROR] Line 119: The type Enumeration is not generic; it cannot be param
eterized with arguments <E>
[ERROR] Errors in 'jar:file:/C:/Documents%20and%20Settings/rudro_mukherjee/.m
2/repository/com/google/gwt/gwt-user/1.5.3/gwt-user-1.5.3.jar!/com/google/gwt/em
ul/java/util/Collections.java'

I changed the version of the jar to gwt-user-2.4.0 which supports generics but still facing the same issue. Can anyone suggest me what am i missing? i am using jdk1.6, WAS8 and RAD8.

Any help/pointers would be appreciated. Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic