Java 1.4 to Java 6 migration
- by joesatch
Hi,
I have some enterprise apps running on Java 1.4. They mostly invoke Stored Proces on DB, Parse XML files (Not too large files, at the most few megs), read/write from/to disk. We have a requirement where now we have to migrate these apps to Java 6(No code changes to be done at all). My questions:
If I dont recompile my apps under Java 6 and…