Doesn't you mean that you only have to have the .cab file, not the Java
runtime?  Or does ColdFusion generate the .cab file on the fly?

Also, why does CF break when the user has a newer version of the JRE?
That's just plain stupid.  If I was a dial up user, and I knew I had a newer
version of X software than some site says I need, but they want me to
download a 5mb file, I'll be clicking the back button as I mutter "You can
kiss my..."

----- Original Message -----
From: "Chris Wigginton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 24, 2002 1:27 PM
Subject: RE: Help with CFGRID


> The JRE version does come in to play on the user's browser using the
> NetScape Browser when version 5 of CF is used.  To be more precise,
> I've included the various outputs of CF 4.5 and CF 5 for both IE and
> Netscape.
>
> As you can see, there are some differences
>
> 1) different classes are used between 4.5 and 5
>
> 2) CF 5 does not use <APPLET> tags, instead it will use iether an
> <EMBED> or an <OBJECT>,
> depending on which browser is used.
>
> 3) When using the CF 5 version on Netscape, the JRE version is
> indicated.  This causes problems
> when the user's JRE plugin is different from the requested version
> that is generated by
> the CFFORM java ui elements.  The user is requested to install the
> correct version.
>
> The version specified by CF 5 is 1.3.0_01
>
> Netscapes current version is 1.3.0_02 (the plugin download size is
> 5320K for windows)
>
>
> ======== ColdFusion 4.5 output
=================================================================
>
> ColdFusion 4.5 ie output of applet header for Internet Explorer
> ------------------------------------------------------------------
> <APPLET NAME="news_grid" CODE="allaire.controls.cfGridFormApplet"
> CODEBASE="/CFIDE/classes/cf-j2re-win.cab" HEIGHT=170 WIDTH=640
> ALIGN="LEFT" VSPACE=6 HSPACE=10>
>
>
> ColdFusion 4.5 NETSCAPE output of applet header
> ------------------------------------------------------------------
> <APPLET NAME="news_grid" CODE="allaire.controls.cfGridFormApplet"
> CODEBASE="/CFIDE/classes/" HEIGHT=170 WIDTH=640 ALIGN="LEFT"
> VSPACE=6 HSPACE=10>
>
>
> ======= ColdFusion 5.0 output
================================================================
>
> ColdFusion 5.0 ie output of using <OBJECT> for Internet Explorer
> ------------------------------------------------------------------
> <OBJECT
>   CLASSID="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
>   CODEBASE="/CFIDE/classes/cf-j2re-win.cab"
>   STANDBY="First use of this control. Configuring browser. Please
> wait..."
>   WIDTH="640"
>   HEIGHT="170"
>   ALIGN="LEFT"
>   VSPACE="6"
> >
>     <PARAM NAME="CODE"
> VALUE="allaire.controls2.CFGridApplet.class">
>     <PARAM NAME="ARCHIVE" VALUE="/CFIDE/classes/CFJava2.jar">
>
>
> ColdFusion 5.0 NETSCAPE output using <EMBED>
> ------------------------------------------------------------------
> <EMBED
>   TYPE="application/x-java-applet;jpi-version=1.3.0_01"
>   PLUGINSPAGE="http://java.sun.com/j2se/1.3/jre/index.html";
>   CODE="allaire.controls2.CFGridApplet.class"
>   ARCHIVE="/CFIDE/classes/CFJava2.jar"
>
>
>
>
>
> -----Original Message-----
> From: Billy Cravens [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 24, 2002 12:00 PM
> To: CF-Talk
> Subject: Re: Help with CFGRID
>
>
> CFGrid has nothing to do with what Java run-time you have installed on
> the
> server.  It is a Java applet, rendered in the browser, not the server,
> so
> the problem lies in the Java environment on the end-user's machine.
>
> ----- Original Message -----
> From: "Waldemiro Junior" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, January 24, 2002 11:39 AM
> Subject: Help with CFGRID
>
>
> > I´m using IE6, CF5, W2K and I have already installed the J2RE 1.30
> on
> > my server and CFGRID still not working.
> > After loading my page that contains CFGRID, on the browser´s status
> > bar there´s this message: "Start: applet not initialized" and the
> text
> > inside the Java Console is:
> >
> >
> ------------------------------------------------------------------------
> -
> > --------------
> > Java(TM) Plug-in: Version 1.3.0_01
> > Using JRE version 1.3.0_01 Java HotSpot(TM) Client VM
> > User home directory = C:\WINDOWS
> >
> > Proxy Configuration: Manual Configuration
> >
> >      Proxy: FW02:8080
> >
> >      Proxy Overrides: <local>
> >
> >
> >
> > ----------------------------------------------------
> > c:   clear console window
> > f:   finalize objects on finalization queue
> > g:   garbage collect
> > h:   display this help message
> > l:   dump classloader list
> > m:   print memory usage
> > q:   hide console
> > s:   dump system properties
> > t:   dump thread list
> > x:   clear classloader cache
> > 0-5: set trace level to <n>
> > ----------------------------------------------------
> >
> > java.lang.NullPointerException
> >
> >  at
> >
> allaire.controls2.CFGridApplet.adjustColumnWidths(CFGridApplet.java:307)
>
> >
> >  at allaire.controls2.CFGridApplet.init(CFGridApplet.java:169)
> >
> >  at sun.applet.AppletPanel.run(Unknown Source)
> >
> >  at java.lang.Thread.run(Unknown Source)
> >
> >
> ------------------------------------------------------------------------
> -
> > --------------
> >
> > Can anyone help me on this issue?
> > Thanks.
> >
> > Waldemiro Junior
> >
> >
>
> 
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to