Skip to main content
Participating Frequently
January 2, 2014
Question

Is CF 9.02 32 bit OS supports COM objects ?

  • January 2, 2014
  • 1 reply
  • 1162 views

Dear All,

I am aware COM doesn't support in 64 bit OS.

Supports COM objects in CF 9.01.

Thanks in advance

    This topic has been closed for replies.

    1 reply

    Anit_Kumar
    Inspiring
    January 3, 2014

    Hello shinystar,

    Here is a workaround for solving the issue of COM in case of CF 32-bit on Windows 64-bit machine. Perform the below steps:

    1.Go to <ColdFusion_home>/bin directory and open Jvm.config

    2.For CF 9.0.2 Replace java.library.path with java.library.path={application.home}/../lib,{application.home}/../jintegra/bin,{application.home}/../jintegra/bin/international,{application.home}/../lib/oosdk/classes/win

    3.For CF 10 Replace java.library.path with {application.home}/jintegra/bin,{application.home}/jintegra/bin/international,{application.home}/lib/oosdk/classes/win

    4.Restart the server

    Regards,

    Anit Kumar