Wes Harrison said:
Yes, any URL that clicking on results in a new window opening up. It
doesn't seem to have to involve Java directly although JavaScript is often
involved. It doesn't have anything to do with applets and as I said
later, opening a link within an email message doesn't work either and it
can take up to 5 mins just to open the browser in the first place.
The problem started after I reinstalled XP and then installed the full
J2SE JDK. However, I have since determined that it is only related to the
JRE component so this may be the plugin that you refer to. If I install
the full JDK and then uninstall just the JRE component everything works
again. This is how I am running at the moment as I require the JDK for
development. I also require Java in the browser so I need to get this
working.
We are talking about installing the full JDK but, as I said, it seems to
be just the plugin component that is the problem. It completely breaks
IE; it becomes unusable. I have never seen this behaviour before, only
since reinstalling XP. I am absolutely certain 100% that Java is the
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