• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Is CF 9.02 32 bit OS supports COM objects ?

New Here ,
Jan 01, 2014 Jan 01, 2014

Copy link to clipboard

Copied

Dear All,

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

Supports COM objects in CF 9.01.

Thanks in advance

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 02, 2014 Jan 02, 2014

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation