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: 6847582
Votes 0
Synopsis Build problem on JDK7 with isSecureProperty in merge
Category javawebstart:general
Reported Against
Release Fixed 7(b64)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 03-JUN-2009
Description
The linux compilers for JDK7 are more pendantic than JDK6, so an external declaration that is not static when the actual implementation is declared static is an error.  The method isSecureProperty in deploy/src/javaws/share/native/launchFile.c is static, causing this error when the deployment code from 6u14 was coppied over to jdk6.
Posted Date : 2009-06-03 13:21:22.0
Work Around
N/A
Evaluation
need to just make the method non-static as was done in the 6u12 merged into JDK7 tree
Posted Date : 2009-06-03 13:21:22.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang