Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4805170
Votes 0
Synopsis Java webcams does not work on JRE1.4+
Category java_plugin:other
Reported Against 1.4
Release Fixed 1.4.1_04, 1.4.1_05(Bug ID:2063672) , 1.4.2(mantis-b16) (Bug ID:2063673) , 1.5(tiger) (Bug ID:2063674)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs
Submit Date 18-JAN-2003
Description
The java webcam applet relies on Image.flush() method to update the images and this feature is broken in 1.4 and higer releases

In order to reproduce the problem, visit any of the URLs and notice that the images are not updated even after the specified time in the HTML page
http://www.oceancitycam.com
http://www.bethanycam.com
http://www.westland.net/piercam
http://www.camvista.com/england/london/bigben.php3
....
Work Around
N/A
Evaluation
As part of MSVM compatibility bug, the logic in Applet.getImage() was changed to check the image in archives before getting it from the codebase. Even when the resource is downloaded  from the codebase, we created the Image object using the inpustream returned by getResourceAsStream(). 

The fix is to check for the image only in the archives. If the image is not present in the archives, create the Image object using the URL
  xxxxx@xxxxx   2003-01-17

The fix for this bug is needed for fixing 4820537 and 4880782.
However, in 1.3.1_09, the fix doesn't really fix the Java webcam issue as reported in this bug. So I'm removing the 1.3.1_09 from the "Commit to fix..." field.
  xxxxx@xxxxx   2003-06-25
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang