On Saturday, Mar 15, 2003, at 14:51 US/Pacific, Ian Lurie wrote:
> I got it figured out - it was the space before -Djava.
>
> Sure would help if Macromedia checked that sorta thing before they
> distributed their applications...

As distributed, it works just fine - this is not Macromedia's bug!

Ian sent me the jvm.config file offlist. It looked to me like the line 
had been copy/pasted in from the Release Notes document and the file 
ended up with \r\n immediately before the -D option which translates to 
the rn-Djava... class not found error:

>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>> rn-Djava/awt/graphicsenv=com/gp/java2d/ExGraphicsEnvironment

Removing the \r\n fixes the problem (which looks suspiciously like a 
Windows line break turned into escape characters).

Moral: be careful when copy/pasting text into configuration files!

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to