Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8043340

[macosx] Fix hard-wired paths to JavaVM.framework

XMLWordPrintable

    • b22
    • x86
    • os_x

        On a clean Mavericks (10.9) install, JavaVM.framework does not include headers, even after installing the Xcode command line tools. Unfortunately our build system is currently hard wired to use the system-wide frameworks path for building. We need to replace those paths with one that is crafted during configure time.

        We can locate the SDK by running the following command:
        $ xcodebuild -sdk <sdk name> -version

        This will dump information about the selected SDK, which we can then use to build a path to a copy of JavaVM.framework that we can actually build against.

              ddehaven David Dehaven (Inactive)
              ddehaven David Dehaven (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: