Ask a Question related to Coldfusion Server Administration, Design and Development.
-
neemisha #1
how to include .jar files in coldfusion code
To Integrate our cfm code with paypal jar files we do the following steps with
our local coldfusion server ,and to run and integrate the paypal Java SDK jar
files, I think we need to do the same process on the server, can you suggest
any thing to do the following setting for my domain on the server, without
setting the class path in coldfusion administrator.
The ColdFusion application server must be configured to know the location of
the PayPal JAR
files, and your ColdFusion Markup (CFM) pages must be configured with the
absolute path to
the PayPal API certificate for the PayPal API user on whose behalf the calls
are made.
1. Install the PayPal Java SDK ?Installing the SDK?.
2. Copy a subset of the Java SDK JAR files to a location accessible by the
ColdFusion
application server. The JAR files are in SDK_root\lib and their exact names
are as
follows:
? bcmail-jdk14-128.jar
? bcprov-jdk14-128.jar
? paypal_base.jar
? paypal_stubs.jar
sax2.jar
? xerces.jar
? xpp3-1.1.3.4d_b4_min.jar
? xstream.jar-1.1.3.jar
3. With the ColdFusion Application Server Administrator, add the absolute path
of the
location you determined in Step 2 to the Java and JVM CLASSPATH environment
variable.
4. Restart the ColdFusion Application Server.
Suggest me how to include .jar files without setting classpath.
neemisha Guest
-
How would I include the Open Browser code into this lineof code?
Hello and thankyou in advance: I have an ASP page linked to my database and I want to apply the Open Browser behaviour to the code. I have tried... -
Does ColdFusion 70 download include hotfixes
I'm curious if anyone knows whether or not a product downloaded 'today' includes the hotfixes. My initial thought is yes, but you think that would... -
how do I hide database connection files using PHP include files?
I have the following at the beginning of the PHP page: <?php require_once('Connections/conn.php'); ?> I want to hide the connection file,... -
Include file determined by ASP code?
Franklin wrote on 08 aug 2003 in microsoft.public.inetserver.asp.general: try: server.execute session("CurrentContent") ... -
Code Coloring include files
I would like to be able to have .inc files code colored as php and to have the php tab associated with .inc files. Is this possible... Thanks,... -
BKBK #2
Re: how to include .jar files in coldfusion code
> Suggest me how to include .jar files without setting classpath.
Copy them to {CF_HOME}\lib, where {CF_HOME} is, for example, C:\CFusionMX7. Restart Coldfusion.
BKBK Guest



Reply With Quote

