*TimDaniels*
No, I'm pretty sure the list of plug-ins is limited to the netscape
plug-ins (and similar technologies, though I don't think we currently
support any). Since Opera runs java directly (through JNI), it
shouldn't show up there.
eirik
Java apparently runs an automatic check for updates because
I get notified when there is an update to Java. When this update
is installed, does this take care of the Java that Opera uses?
*TimDaniels*
I would expect so. Assuming the java that gets updated is the same as
the java that opera is using, of course (which is trivially true if you
have only installed a single java...).
Since Opera's Java console prints out the java version, you should be
able to verify that Opera is using the correct version that way.
eirik
OK, now I see that the Java Console that Opera displays says
"Opera - Java Console" at the top, and not just "Java Console",
so Opera must be using the Java version that is displayed there.
*TimDaniels*
Right. Also, I should have mentioned that the "java console" (from
menu->tools->advanced->java console) is itself implemented in java,
using the same java integration APIs that the browser is using for java
applets. So in order to display it at all, we will need to successfully
load and initialize java first.
eirik
Takk.
*Tim*