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

cfx_Text2Query, need Help please!

Community Beginner ,
Aug 06, 2009 Aug 06, 2009

I'm installing cfx_Text2Query from http://www.emerle.net/programming/help/installing_cfx.aspx and I'm trying to follow the step by step instruction

But I'm stuck at step 3 where it says: Class Name is CASE SENSITIVE  so "you must enter the name EXACTLY as it appears on the file system."

How do I know the name of this Class file in the file system???????? Can anyone offer help please?

I'm on CF 8 server

TOPICS
Getting started
2.4K
Translate
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
Guest
Aug 06, 2009 Aug 06, 2009

Looks like it's cfx_Excel2Query

For future reference you can open .jar files with winrar from rarlab.com.  I use that for zips, isos, etc.

Byron Mann

mannb@hostmysite.com

byronosity@gmail.com

Software Architect

hosting.com | hostmysite.com

http://www.hostmysite.com/?utm_source=bb

Translate
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
Community Beginner ,
Aug 10, 2009 Aug 10, 2009

I've extracted the file but not sure where the class file is

I placed text2Query.jar in my C:\Coldfusion8\cfx\

I couldn't find where my class file is for text2Query.jar in order to get the class file. Am I supposed to do something with the .jar file, such as compile it with SDK or how?

Translate
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
Valorous Hero ,
Aug 10, 2009 Aug 10, 2009
LATEST

You do realize the jar you are using is different than the one in the link above (cfx_Text2Query versus cfx_Excel2Query)?

I couldn't find where my class file is for text2Query.jar in order to get the class file. Am I supposed to do something with the .jar file, such as compile it with SDK or how?

Typically the class name is mentioned in the documentation. But as Byron said, you can use a tool like winrar, winzip, pkzip, etcetera .. to view the contents of the jar. It is likely the class name is same as the jar name, but you should confirm it yourself.

alecken wrote:

I placed text2Query.jar in my C:\Coldfusion8\cfx\

Is that directory actually one of your Custom Tag Paths? If it is not, ColdFusion may not be able to "see" your jar.  In the Administrator, check  Extensions > Custom Tag Paths and add the directory above if needed.

Translate
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