>> So, if you go to any website at any URL at all and that link opens a new
>> window, you get this problem? The link doesn't have to be pointing at a
[quoted text clipped - 48 lines]
> culprit here or at least the installation of the JRE. I have had this
> working on XP SP2 before so I simply can't explain it.
Frankly, I'm baffled here. It seems to me that there _has_ to be something
wrong with your explanation, otherwise this doesn't make sense. I'm not
suggesting that you're lying to me deliberately, just that you are
misunderstanding what you're doing in some way.
But you seem very clear that you are talking about a J2SE, not a plugin.
Then again, you don't seem very clear on what the plugin itself is: the
plugin is a special version of a JRE that installs in your browser (or
browser_s_ if you set up the HTML correctly), it is NOT the JRE that comes
with every J2SE. Roedy Green describes the plugin at this URL:
http://mindprod.com/jgloss/javaplugin.html but there's not a lot of detail.
A better place to read about it might be at the Sun site; this is probably
the best place to start: http://java.sun.com/products/plugin/. If you poke
around there, you'll probably find information on how to customize your HTML
so that it loads the plugin appropriately for you in your copy of IE. In any
case, if you ever plan to write applets, you will want to know about the
plug-in, what it does, and how to install it, even if it doesn't help you
with your current problem. (Exception: a lot of people are opting to use
Java WebStart now to run both applets and browsers so if you prefer that
approach, you _don't_ need to know about the plug-in.)
If you are trying to install a full JRE in your browser directly, that could
potentially cause the odd behaviour you're getting. But you seem pretty sure
that you are _NOT_ installing the JRE in the browser, just in your file
system. If that is right, I'm not sure what could be going wrong for you.
I'm 99% sure that it is a problem on your system alone though because I have
a very similar environment and have no problems with IE, Outlook Express, my
other browsers, or any applets I have.
If you don't get anything else useful on this newsgroup, try some of the
others, like comp.lang.java.help or the forums at the Sun site. This URL
takes you to the home page for the forums:
http://developers.sun.com/forums/index.html.
I'm going away for a couple of days and won't be checking email or
newsgroups until I'm back.
Good luck in finding your problem!
Rhino
Wes Harrison - 04 Jan 2006 12:56 GMT
> Frankly, I'm baffled here. It seems to me that there _has_ to be something
> wrong with your explanation, otherwise this doesn't make sense. I'm not
> suggesting that you're lying to me deliberately, just that you are
> misunderstanding what you're doing in some way.
It is quite possible that I am not understanding fully what I am doing but I
have no idea in what way.
> But you seem very clear that you are talking about a J2SE, not a plugin.
> Then again, you don't seem very clear on what the plugin itself is: the
[quoted text clipped - 12 lines]
> browsers so if you prefer that approach, you _don't_ need to know about
> the plug-in.)
OK, I am not referring to the plugin. It's the full JRE.
> If you are trying to install a full JRE in your browser directly, that
> could potentially cause the odd behaviour you're getting. But you seem
[quoted text clipped - 3 lines]
> because I have a very similar environment and have no problems with IE,
> Outlook Express, my other browsers, or any applets I have.
It's a "standard" installation of the JDK and the JRE, nothing out of the
ordinary. I know that it works in a similar environment because I have had
it working myself under the same OS so I too am completely baffled by this.
But it is serious. IE is completely broken. I have to choose either Java
or IE and I need them both.
> If you don't get anything else useful on this newsgroup, try some of the
> others, like comp.lang.java.help or the forums at the Sun site. This URL
> takes you to the home page for the forums:
> http://developers.sun.com/forums/index.html.
I have already tried Experts Exchange with no result. There is a very
similar problem that has a fix from M$ but if that doesn't work then they
suggest you reinstall the OS. I have done that 3 times and everything works
just fine until I install the JRE again.
> Good luck in finding your problem!
Thanks, it looks like I am going to need it.
Wes