Running on a 64-bit platform

To run EAServer 6.x on a 64-bit platform:

  1. Download the 64-bit version of the JDK.

  2. Start EAServer using the -arch64 flag.

    If you will always run EAServer in 64-bit mode, set up these flags in local-sevenv.bat (Windows) or local-sevenv.sh (UNIX):

    • DJC_RT_DEFAULT=15

    • DJC_JDK_DEFAULT=15

    • DJC_ARCH_64=true

    To use JDK 1.6, replace “15” with “16”.