JDK-7015128 : Build failure due to missing getLocalHome() in the UnixPlatform
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-01-27
  • Updated: 2011-03-15
  • Resolved: 2011-03-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b128Fixed
Related Reports
Relates :  
Description
Build failed because of 

src/common/unix/classes/com/sun/deploy/config/UnixPlatform.java:21: UnixPlatform is not abstract and does not override abstract method getUserHomeLocal() in Platform
    [javac] public class UnixPlatform extends Platform {
    [javac]        ^
    [javac] 1 error

Comments
EVALUATION Fix for 7012538 added new abstract method to the Platform class but did not provide implementation for Unix.
27-01-2011