View Issue Details

IDProjectCategoryView StatusLast Update
0001588AniDB AppletBug Report - Miscpublic2009-07-25 20:33
Reporterjjulia Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
Summary0001588: AniDB Client does not load in Chrome
DescriptionThe AniDB UDP API Applet does not load in Google Chrome. It just shows the "You don't have Java" message.
TagsNo tags attached.

Relationships

duplicate of 0001337 resolvedOmmina Client does not load in Google Chrome and Safari (webkit?) 
related to 0001619 resolvedOmmina AniDB Client does not load in IE or Chrome 

Activities

2009-06-15 19:54

 

applet.PNG (91,376 bytes)   
applet.PNG (91,376 bytes)   

twpol

2009-07-05 15:49

reporter   ~0002849

The current HTML code for the applet also doesn't work in IE (8), but the following code works in Firefox 3.5, IE 8 and Chrome 2:

<object type="application/x-java-applet" width="800" height="600">
    <param name="code" value="AniAdd.AniAdd"/>
    <param name="archive" value="http://static.anidb.net/files/AniAdd.jar"/>
    <param name="user" value="..."/>
    <param name="sess" value="..."/>
    <param name="autopass" value="..."/>
</object>

DerIdiot

2009-07-24 13:44

administrator   ~0002868

that code is a 100% crash guarantee on my setup

Ommina

2009-07-25 06:42

administrator   ~0002886

The Java runtime does not support Chrome - only IE and Firefox.

If you want to use the applet in Chrome, you'll need to switch to a beta version of the Java runtime. JRE6U10 is available should you want to give it a go.

See http://chrometricks.net/how-to-run-java-applet-in-google-chrome/ for more details.

Issue History

Date Modified Username Field Change
2009-06-15 19:54 jjulia New Issue
2009-06-15 19:54 jjulia File Added: applet.PNG
2009-07-05 15:49 twpol Note Added: 0002849
2009-07-24 13:44 DerIdiot Note Added: 0002868
2009-07-25 06:42 Ommina Note Added: 0002886
2009-07-25 06:42 Ommina Status new => closed
2009-07-25 06:42 Ommina Resolution open => not fixable
2009-07-25 20:25 DerIdiot Relationship added has duplicate 0001619
2009-07-25 20:32 DerIdiot Project HTML & PERL => AniDB Applet
2009-07-25 20:33 DerIdiot Relationship added duplicate of 0001337
2009-07-25 20:34 DerIdiot Relationship deleted has duplicate 0001619
2009-07-25 20:34 DerIdiot Relationship added related to 0001619