apps/internal/PhotoBrowser doesn't compile with JDK8-b84

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8
    • Component/s: javafx

      When compiling with JDK 8-b84 we get the following compilation error.

      -do-compile:
          [javac] Compiling 1 source file to C:\Users\kcr\javafx\8-kcr-gfx\jfx\apps\internal\PhotoBrowser\build\classes
          [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
          [javac] C:\Users\kcr\javafx\8-kcr-gfx\jfx\apps\internal\PhotoBrowser\src\com\javafx\experiments\photobrowser\flickr\FlickrService.java:55: error: hasNext() in IteratorWrapper is defined in an inaccessible class or interface
          [javac] for (JSONDocument photo : doc.get("photos").get("photo") ) {
          [javac] ^
          [javac] C:\Users\kcr\javafx\8-kcr-gfx\jfx\apps\internal\PhotoBrowser\src\com\javafx\experiments\photobrowser\flickr\FlickrService.java:81: error: hasNext() in IteratorWrapper is defined in an inaccessible class or interface
          [javac] for (JSONDocument photo : doc.get("photos").get("photo") ) {
          [javac] ^
          [javac] 2 errors
          [javac] 1 warning

            Assignee:
            Unassigned
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported: