vote up 2 vote down star

Basically the subject says it all: We have a couple of components running on Java 5, they're talking to each other via RMI. Should we expect any problems, if we move some of them to Java6? By moving I mean compiling them with -source/target 1.6 and running on a java6 vm.

flag

2 Answers

vote up 3 vote down check

Nope, you shouldn't expect any problems with that. But anyway take a look to the Release notes for RMI in java 6

Good luck!

link|flag
vote up 2 vote down

We have successfully pulled in Java 5 serialized objects into Java 6 objects so there should be no limitation on the serialization front.

You should also be able to switch between 32bit and 64bit Java as well without issues.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.