• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Migrating Struts application to Java 5

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

We are currently using Struts 1.2.4 (struts.jar) and Jdk 1.3.1. The struts.jar was compiled used jdk 1.4. This information I got from manifest.mf file.

We are now planning to move our application to Java 5. But we would like to retain the version of struts we are using.
Can we use the same struts.jar file or is there a struts 1.2.4 jar available for Java 5?

Regards
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java is backwards-compatible (almost always).
 
reply
    Bookmark Topic Watch Topic
  • New Topic