Re: MX and Javamail - Upgrading MX to Javamail 1.3

2002-10-22 Thread Jesse Houwing
jon hall wrote: I went to the Java and JVM settings in the CF admin and added the complete path to the javamail mail.jar file as the first entry in the Class Path field and restarted CF. It didn't work. Is there another classpath for coldfusion somewhere? You need toe dit the jvm.config file

Re: MX and Javamail - Upgrading MX to Javamail 1.3

2002-10-22 Thread jon hall
Thanks...figured that out 2 weeks ago though :) -- jon mailto:jonhall;ozline.net Tuesday, October 22, 2002, 5:45:17 PM, you wrote: JH jon hall wrote: I went to the Java and JVM settings in the CF admin and added the complete path to the javamail mail.jar file as the first entry in the

RE: MX and Javamail - Upgrading MX to Javamail 1.3

2002-10-08 Thread Dave Watts
Is there another classpath for coldfusion somewhere? Yes. Edit \CFusionMX\runtime\bin\jvm.config. dumb question but do java classpaths work like paths, that is, i can point at a dir cf/whatever will find use all the classes in that dir? Not a dumb question at all; yes, so far,

Re: MX and Javamail - Upgrading MX to Javamail 1.3

2002-10-07 Thread Jesse Houwing
Jon Hall wrote: Ok then I will... ;) Never one to turn down a challenge, but having no clue what I was doing my first thought was to try brute force...and it worked. So here are the steps for anyone interested. Download Javamail 1.3 from Sun's site. Shut down Cold Fusion. Make backup

Re: MX and Javamail - Upgrading MX to Javamail 1.3

2002-10-07 Thread jon hall
I went to the Java and JVM settings in the CF admin and added the complete path to the javamail mail.jar file as the first entry in the Class Path field and restarted CF. It didn't work. Is there another classpath for coldfusion somewhere? -- jon mailto:[EMAIL PROTECTED] Monday, October 7,

RE: MX and Javamail - Upgrading MX to Javamail 1.3

2002-10-07 Thread Dave Watts
Is there another classpath for coldfusion somewhere? Yes. Edit \CFusionMX\runtime\bin\jvm.config. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~| Archives:

Re: MX and Javamail - Upgrading MX to Javamail 1.3

2002-10-07 Thread Paul Hastings
Is there another classpath for coldfusion somewhere? Yes. Edit \CFusionMX\runtime\bin\jvm.config. dumb question but do java classpaths work like paths, that is, i can point at a dir cf/whatever will find use all the classes in that dir? --- Outgoing mail is certified Virus Free. Checked

Re: MX and Javamail - Upgrading MX to Javamail 1.3

2002-10-06 Thread Jon Hall
portion to 1.3... Try it KS and tell us what happened :) -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 05, 2002 7:29 PM To: CF-Talk Subject: Re: MX and Javamail To answer my own question... A quick scan of the J2EE 1.3 specs shows that Javamail

Re: MX and Javamail

2002-10-05 Thread Jon Hall
PROTECTED] ksc Date: Friday, October 4, 2002 5:11 pm ksc Subject: Re: MX and Javamail http://java.sun.com/products/javamail/1.3/docs/javadocs/javax/mail/internet/InternetAddress.html#validate() ~| Archives: http

RE: MX and Javamail

2002-10-05 Thread Kwang Suh
It looks like you can just upgrade the JavaMail portion to 1.3... Try it and tell us what happened :) -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 05, 2002 7:29 PM To: CF-Talk Subject: Re: MX and Javamail To answer my own question

Re: MX and Javamail

2002-10-04 Thread ksuh
Hmm, where you do see a validate method for that class? I'm looking through java's 1.3 docs for j2ee and it's not there. - Original Message - From: jon hall [EMAIL PROTECTED] Date: Friday, October 4, 2002 4:14 pm Subject: MX and Javamail Does anyone know what version of Javamail MX

Re: MX and Javamail

2002-10-04 Thread jon hall
http://java.sun.com/products/javamail/1.3/docs/javadocs/javax/mail/internet/InternetAddress.html#validate() I swear I see it...am I way off base? -- jon mailto:[EMAIL PROTECTED] Friday, October 4, 2002, 7:01:56 PM, you wrote: ksc Hmm, where you do see a validate method for that class? I'm

Re: MX and Javamail

2002-10-04 Thread ksuh
Ahh, I see. Not sure if MX uses JavaMail, or just uses JRun's implementation of the j2ee spec. - Original Message - From: jon hall [EMAIL PROTECTED] Date: Friday, October 4, 2002 5:11 pm Subject: Re: MX and Javamail http://java.sun.com/products/javamail/1.3/docs/javadocs/javax/mail