Archived

This forum has been archived. Please start a new discussion on GitHub.

64-bit JVM support?

Not being familiar with the ins and outs of Java I have this question which has some baring on how a project gets implemented:

Is there anything special that has to be done to use Ice-3.2.0 Java components in a 64bit JVM?

I have an application that runs in 64bit JVM and we're thinking of using Ice to communicate with a backend C++ service.

Thanks,
Vince

Comments

  • mes
    mes California
    Hi Vince,

    If you're using Freeze for Java, you'll need to make sure that you're also using the 64-bit version of Berkeley DB. Otherwise, you shouldn't need to do anything special.

    Take care,
    Mark
  • Hi Mark,

    Not using freeze at this time. Thanks for the tip, though!

    It looks like I'm good to go.

    Thanks,
    Vince