Re: IE & applets
From: Lazy70 (s.pulvirenti_at_katamail.com)
Date: 03/29/04
- Next message: Fahd Shariff: "Re: Fairly new to Java: JTextFields help!!!"
- Previous message: Fountain of knowledge: "Re: JVM For windows"
- In reply to: Tom: "Re: IE & applets"
- Next in thread: Tom: "Re: IE & applets"
- Reply: Tom: "Re: IE & applets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Mar 2004 09:59:00 +0200
"Tom" <tom.cowdery@bigfoot.com> wrote in message
news:f00f4c38.0403260800.15faaa7@posting.google.com...
>
> That may be the source of the problem. If you did not write it, you
> can't be sure what version of Java was used to create it. It may
> using a version that is too new for the browser. IE's version of Java
> is over 4 years old!
Ok, now I try to find the author and ask him what JVM he have used
There is a tool to know it analyzing the .class file?
> > > Any browser made by Microsoft has the potential to have problems with
> > > applets created in Java. This is due to the fact that IE ships with a
> > > VM that is NOT 100% compatible with the Sun standard. In fact, this
> > > has been the central issue in multiple lawsuits against MS by Sun.
> >
> > I'm not agree about this point of view.
>
> You are welcome to disagree, but it is more than just a point of view
> - it is a fact - proven in courts of law. IE is the only browser on
> the market that ships with a non-standard, 4 year old version of Java
> that will not work on any other platform!
I'm agree about your argumentations about the M$ VM, but it's a matter of
fact that in my past experiences I had some problems also with applets that
not work on some enviroments (i.e. Apple computers) also if I have used Sun
JVM.
In other enviroments with the same version of Sun VM they run normally.
So "not all that shining is gold" (I don't know if it's the right sentence
in English, but in Italian, my language, it sounds fine :) )
>
> Obviously, English in not your first language. That is OK. I'm sure
> you are doing better in English that I would in your language.
I don't know, my English is terrible, I think :)
> A better long-term option is to write the HTML so it forces the
> browser to use the plug-in. That lets you write with the latest
> version and lets the user see the applet with the latest version. If
> someone doesn't have the correct version of the plug-in (or doesn't
> have the plug-in at all), the browser will inform them of the
> deficiency and let them download it. Basically, it is the same system
> used by things like Flash or QuickTime. I believe some of the other
> replies have links that explain how to do that so I'll let you refer
> to them.
Thanks for the hints, I will try to find the correct version of JVM and I
test when applet run correctly.
Bye
Ktrl+S
- Next message: Fahd Shariff: "Re: Fairly new to Java: JTextFields help!!!"
- Previous message: Fountain of knowledge: "Re: JVM For windows"
- In reply to: Tom: "Re: IE & applets"
- Next in thread: Tom: "Re: IE & applets"
- Reply: Tom: "Re: IE & applets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|