Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Microsoft JScript compilation error alert on initial load using IE7

882132Aug 12 2011 — edited Aug 12 2011
I have noticed that a javascript alert window is displayed whenever an Applet is initially launched using IE7.
This does not happen using IE8 (or FF, SF, Chrome, etc).

I thought it was our implementation, but the alert is also shown launching any Applet from the following;
http://java.sun.com/applets/jdk/

There are typically 2 alerts and after pressing OK, the Applets appear to run successfully.

The specific error is;
Alert title: Microsoft JScript compilation error.
Alert content: Expected ')' in regular expression.

I don't always remember this error using IE7.
Maybe it's related to the JRE?
I am currently using: (build 1.6.0_26-b03)

Any solution out there?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2011
Added on Aug 12 2011
3 comments
398 views