I was trying to use a jrun tag within my cfm.
Does anyone know where the tld would exists?
I receive the following error.
Error
Could not import the tag library specified by
"/CFusionMX/runtime/lib/jrun.jar".
The following error was encountered: Tag Library Descriptor not found.
Please ensure that you have specified a valid tag library.<p>The CFML
compiler was processing:<ul><li>a cfimport tag beginning on line 1,
column 2.</ul>
Code
<cfimport taglib="/CFusionMX/runtime/lib/jrun.jar" prefix="jrun">
<?xml version="1.0"?>
<jrun:sql driver="sun.jdbc.odbc.JdbcOdbcDriver"
url=""
id="rs">
Select * From employee Where last_name = 'bassham'
</jrun:sql>
<jrun:query2xml query="rs"/>
