> First of all, I don't know much about Java, even its naming and version
> numbering nomenclature, and second, if there is a better group to ask this
> in, please let me know.
Yes, they have a weird numbering scheme. "1.5" is considered the same as
"5".
> System is Mac with 10.4.4. I have Java 1.3.1 and 1.4.2 plug-ins, and J2SE
> 5.0 (1.5.0) installed. The Java preferences application lets me choose
> J2SE
> 5 or 1.4.2 to run applets via a browser. The problem happens in both
> settings.
1.5 can do everything 1.4.2 can do and more, so you should be able to
just stick with 1.5
> The problem is that we have a printer that serves a little Java-based
> management application to view history and otherwise manage it. When I hit
[quoted text clipped - 53 lines]
>
> Any idea what the problem is?
Normally what would happen is a pop up appears in your browser asking
you if you "trust" the applet, and you would normally say "yes", and then it
would run. My suspicion is that at some point, someone said "No, never trust
this applet", and so now you're no longer getting asked, and it's just by
default assuming not to trust the applet.
Try clearing your browser's settings to make it forget everything, so
that it'll ask you if you trust the applet again, and this time say "yes,
always."
- Oliver
Tim Murray - 11 Feb 2006 01:46 GMT
> Normally what would happen is a pop up appears in your browser asking
> you if you "trust" the applet, and you would normally say "yes", and then it
[quoted text clipped - 5 lines]
> that it'll ask you if you trust the applet again, and this time say "yes,
> always."
I did clean all available items -- pretty much just cookie and some caches --
and it still fails. Also, I'm pretty sure that over time I have always taken
the "run always" approach. Thanks.