On Sunday, Nov 24, 2002, at 20:05 US/Pacific, Joe Eugene wrote: > Thanks Sean once again for pointing out the license thing, anyways i > got > it working with SQL Server Drivers.
Yes, those would not be protected by the Macromedia license I guess. > On windows, this is what worked for me. > "java -cp .;G:\CFusionMX\lib\macromedia_drivers.jar JavaFileName" > The semi colon was whats missing...Picky! Even the ClassPath setting > had > to include ".;" at the begining. Ah, that's makes sense... On Windows, ':' is a valid part of a file path. On Unix it isn't so it can be used as a separator (which is also how it works on the Mac since that uses a Unix shell underneath). Windows requires ';' instead. The '.;' is '.' (current directory) ';' (separator) to tell Java to search the current directory (for your SpoDiscParts class file)... > Thanks for your help and sorry for taking a lot of your time on IM, the > other day. Not a problem... Sorry I didn't pick up on the difference in path separators on Windows... Not much of a Windows user, I'm afraid... Sean A Corfield -- Director, Architecture Web Technology Group -- Macromedia, Inc. tel: (415) 252-2287 -- cell: (415) 717-8473 aim: seancorfield -- http://www.macromedia.com An Architect's View -- http://www.corfield.org/blog/ Introducing Macromedia Contribute. Web publishing for everyone. Learn more at http://www.macromedia.com/contribute ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

