> -----Original Message----- > From: Mark Stanton [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 12 August 2003 4:46 PM > To: CFAussie Mailing List > Subject: [cfaussie] RE: Java classes in CFMX problem > > > Couple of things > > - What error are your getting?
Object Instantiation Exception. Class not found: com.lowagie.text.pdf.PdfWriter > - Is C:\CFusionMX\wwwroot\WEB-INF\lib in your class path? > (bring up cmd > prompt, type SET and check CLASSPATH value). There is no CLASSPATH variable defined when I type a SET in the command prompt. ColdFusion MX is supposed to dynamically load any jar files that you put in its wwwroot\WEB-INF\lib directory. There is supposed to be a small performance hit by doing it this way (it checks the date/time stamps every time it uses it), which is what I meant when I said that I knew this wasn't the best place for it, but that it should work. Are there issues with dynamically loading class files? i.e. that they just don't work at all? > > > Cheers > > Mark > > > ______________ > Mark Stanton > Web Production > Gruden Pty Ltd > Tel: 9956 6388 > Mob: 0410 458 201 > Fax: 9956 8433 > http://www.gruden.com > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
