Loading... (original) (raw)

The following files are not built in the JDK:

macosx/bundle/JavaAppLauncher/src/JavaAppLauncher.h
macosx/bundle/JavaAppLauncher/src/main.m
macosx/bundle/JavaAppLauncher/src/JavaAppLauncher.m
macosx/bundle/JavaAppLauncher/src/JavaAppLauncher_Prefix.pch
macosx/bundle/JavaAppLauncher/src/JVMArgs.m
macosx/bundle/JavaAppLauncher/src/JVMArgs.h
macosx/bundle/JavaAppLauncher/resources/English.lproj/InfoPlist.strings
macosx/bundle/JavaAppLauncher/resources/JavaAppLauncher-Info.plist
macosx/bundle/JavaAppLauncher/JavaAppLauncher.xcodeproj/project.pbxproj

This looks like the Java version and it's built and included in rt.jar:
src/macosx/classes/apple/launcher//JavaAppLauncher.java

However, the resource bundle it depends is not built:
src/macosx/classes/apple/launcher//appLauncherErrors.properties

Perhaps these files should be removed from jdk source.