Hello all, I am fairly new to OpenBD (as well as ColdFusion). I'm trying to test OpenBD is an alternative to ColdFusion and one of our tasks is to call Powerbuilder objects from OpenBD. We are able to use the following
Here is my directory layout. I'm running Xampp Apache/Tomcat/OpenBD \xampp\xampp \xampp\xampp\openbd \xampp\xampp\openbd\ \xampp\xampp\OpenBD\classes\com\latest\PBObj.class \xampp\xampp\OpenBD\lib\test.jar \xampp\xampp\tomcat\webapps\dut5_test\webclient_v2.cfm The initial call was coded as: <cfobject action="connect" type="java" class="PBObj" name="pb"> After looking at some other e-mails on the subject, I changed it to: <cfobject action="CREATE" type="java" class="com.latest.PBObj" name="pb"> But I'm still getting: CFML Runtime Error Failed to load class, com.latest.PBObj Request /webclient_v2.cfm File Trace C:/xampp/xampp/tomcat/webapps/dut5_test/webclient_v2.cfm Any suggestions on where to look or how to debug this would be appreciated. TIA, Steve -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
