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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • 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

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

              Created:
              Updated:
              Imported: