Skip to main content
Participant
June 26, 2007
Question

Does anyone know what this means?

  • June 26, 2007
  • 1 reply
  • 506 views
I am trying to setup an Oracle datasource. The database itself works fine, I have it connected via a CFMX 7 server running on Windows 2003. However, I would like to do some development on my laptop, running Vista Home Premium, and while CFMX 7 runs fine with access and my other applications, when I try to establish the Oracle datasource, I receive this error:

"Unable to initialize the Java Cryptography Extensions (JCE), you must have JCE installed in your Java Runtime Evironment."

Does anyone have a clue what this means and how to fix it? Thanks in advance for your help.
    This topic has been closed for replies.

    1 reply

    Inspiring
    June 26, 2007
    CelticDiablo wrote:
    > I am trying to setup an Oracle datasource. The database itself works fine, I
    > have it connected via a CFMX 7 server running on Windows 2003. However, I would
    > like to do some development on my laptop, running Vista Home Premium, and while
    > CFMX 7 runs fine with access and my other applications, when I try to establish
    > the Oracle datasource, I receive this error:
    >
    > "Unable to initialize the Java Cryptography Extensions (JCE), you must have
    > JCE installed in your Java Runtime Evironment."

    Make sure you have a JRE > 1.4.2_09 (you need a server JRE, so install
    the JDK).

    Jochem

    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion
    Participant
    June 26, 2007
    Jochem,

    I am using the Virtual Machine path of C:\j2sdk1.4.2_14\jre. This is definitely higher than 1.4.2_09. I have even tried installing JCE 1.2.2 per Sun's installation instructions, but I am still receiving the error.