[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Question on applets and Double.parseDouble(string)?



Apparently, this question had been asked twice.
The second post elaborated on the original problem.
If this is simply a class version problem, shouldn't there be a rather
clear NoSuchMethodException on the console or available in the
catch block? The second message indicated that ,"It appears process
control 
just disappears, because no exception is generated while 
running the example in my browser.  It works fine in the applet-viewer."
I've seen this before with some Microsoft JVM/browser configurations and
it
was very clear that the method wasn't available.

Thanks,

Mike Marchywka
Senior Engineer
EyeWonder
2859 Paces Ferry Road
Suite 1200
Atlanta GA 30339
770-261-5084(W)
770-434-7510(H)
FAX: 770-261-5080
mmarchywka@eyewonder.com
 

-----Original Message-----
From: Cynthia Jeness [mailto:cj@goldencode.com]
Sent: Wednesday, July 11, 2001 10:57 PM
To: D. Michael Nelson
Cc: JUG
Subject: Re: Question on applets and Double.parseDouble(string)?


"D. Michael Nelson" wrote:

> Hello,
>
> It appears when I attempt to use Double.parseDouble(string) in my
applet the
> process terminates when the applet is ran in my browser, however, when
I run
> it using the applet viewer it works fine!  Any suggestions?
>
> Thanks In Advance,
> D. Micheal Nelson

The "Double.parseDouble(string)" method was introduced with JDK 1.2.
The
version of Java in your browser is the 1.1.x" level.  Therefore, this
method is
not available unless you use the Java plug-in.

Cynthia Jeness