0

I'm using JBuilder 6 and running against Java 1.3

I'm migrating to Java 5

Do I need a more modern version of JBuilder to run against Java 5?

AJM
  • 32,054
  • 48
  • 155
  • 243
  • LOL. Have you been cryogenized all these years? >:) And BTW, Java 5 reached EOL. Maybe consider migrating to Java 6 instead. – Pascal Thivent Feb 22 '10 at 16:16
  • I maintain one very old Java application that needs to be migrated. I see JBuilder is not dead though. – AJM Feb 22 '10 at 16:24
  • 2
    And since you asked, I was cryogenized in 2003 for a crime that I did not commit. – AJM Feb 22 '10 at 16:32

1 Answers1

1

Yes. Primarily to support the syntax sugar added in Java 5 like Generics and the enhanced for loop.

Gregg
  • 34,973
  • 19
  • 109
  • 214
  • But if I'm migrating an application that does not use these features could I get away with it – AJM Feb 22 '10 at 16:15