0
How to add Java Classpath in CF admin
Participant
,
/t5/coldfusion-discussions/how-to-add-java-classpath-in-cf-admin/td-p/1001375
Sep 27, 2006
Sep 27, 2006
Copy link to clipboard
Copied
I am trying to install a JDBC driver for MS SQL 2005 Express.
I have been following this tech note.
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=ded4216b&pss=rss_coldfusion_ded4216b.
It says in item 3 to "add the JAVA Classpath in CF Admin" I am not sure where that is in ColdFusionMX 6.1.
Add the sqljdbc.jar to the Java classpath:
For Server and Multiserver configurations:
Access the ColdFusion Administrator "Java and JVM" page.
Add the full path to the sqljdbc.jar to the Class Path field. For example, the default on Windows is C:\Program Files\Microsoft SQL Server 2005 JDBC Driver\sqljdbc_1.0\enu\sqljdbc.jar on Windows platforms.
Click Submit Changes to update Java and JVM Settings for ColdFusion MX
It says in item 3 to "add the JAVA Classpath in CF Admin" I am not sure where that is in ColdFusionMX 6.1.
Add the sqljdbc.jar to the Java classpath:
For Server and Multiserver configurations:
Access the ColdFusion Administrator "Java and JVM" page.
Add the full path to the sqljdbc.jar to the Class Path field. For example, the default on Windows is C:\Program Files\Microsoft SQL Server 2005 JDBC Driver\sqljdbc_1.0\enu\sqljdbc.jar on Windows platforms.
Click Submit Changes to update Java and JVM Settings for ColdFusion MX
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Beginner
,
LATEST
/t5/coldfusion-discussions/how-to-add-java-classpath-in-cf-admin/m-p/1001376#M91014
Sep 27, 2006
Sep 27, 2006
Copy link to clipboard
Copied
I never used CF6, however, you could copy the jar file (or
make a symbolic link) into the lib directory under ColdFusion.
Should do the same thing. Not as neat as adding it into the
classpath, but would get you by.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

