tags:

views:

850

answers:

2

Hi,

I'm having a JBoss EJB3 Application and a Swing client, running in 32-bit Java 6 VM's. We now have to change the Server JVM to 64 bit. May this combination of JVM's cause any trouble (do I need to use 64-bit JVM on the client, too)?

Greetings,

buzztee

A: 

Will it cause any problems? No.

Oli
+3  A: 

No trouble with the combination. Anyway, its good practice to declare serialversionUID on your transmitted, serializable classes.

Shimi Bandiel