wait, so then why underneath "Java Virtual Machine Path" does it list the path as:
C:/CFusionMX7/runtime/jre
(i.e with the slashes the other way)
.
Main Topics
Browse All TopicsHi, I have a Java CFX Tag that I want to register and use. I am able to register it properly. however i am now trying to tell the Administator where i put the .class files by setting the "ColdFusion Class Path" under Server Settings > Java and JVM on CFMX7 Administrator.
initially, I just set this "ColdFusion Class Path" to the below:
C:\CFusionMX7\lib
At one point adding in changing different paths, the CFMX7 server actually crashed and our hoster could not even open up the administrator. I believe what I
did to make it crash was simply change the path above to: C:/CFusionMX7/lib (slashes the other way). could this really do that?
anyways, just to be sure say i wanted to set the "ColdFusion Class Path" to include both the following directories:
(so that it will look into these directories for any .class files. i'm assuming i don't have to set the path to each specific .class file...)
C:\CFusionMX7\lib
C:\CFusionMX7\cfx
What would I set the "ColdFusion Class Path" to?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: pinaldavePosted on 2007-01-18 at 13:19:02ID: 18344931
That is correct way to set the path. onMX7\cfx
C:\CFusionMX7\lib,C:\CFusi
If you have class in this directory it will understand it right away. You do not have to have any other path to reach that class.