History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-15463
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: JxBrowser Bug Owner
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Mozilla preview crashes on construction with <object * classid="java:*>

Created: 20 Mar 07 19:06   Updated: 10 Nov 08 16:46
Component/s: HTML.Preview
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: WinXP, SP2.

Build: 6,767


 Description  « Hide
Get an HTML with an entry:
...
<object codetype="application/java" classid="java:anything">Not essential contents.</object>
...

Open Mozilla preview. The dialog box is shown. The text is like:
"Cannot load class sun/plugin/JavaRuntime
Bridge was installed to (here path to installed jre1.6), but the class is not there.
Correct registry key: HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Plug-in
or correct your CLASSPATH."
On next mouse move IDEA crashes.

I have not found anything specific in my registry, just paths to JREs: 1.3.1_16, 1.5.0_08, 1.5.0_09, 1.5.0_10, 1.6.0. IDEA is installed from EXE installer, Mozilla preview was automatically downloaded on IDEA's demand.

Firefox does not crashes when opening this file independently from IDEA.
The essential point is "java:" entry in classid value. When changed to anything else, e.g. "vava:", crash does not happen.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 31 Jul 08 17:24
8637: still occurs.