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

Loading HSQLDB driver affects WebView

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • fx2.0.2
    • javafx
    • None
    • w7

    • web

      run attached nb project

      Note that adding next two lines to main() affects WebView, see screenshots

               Class.forName("org.hsqldb.jdbc.JDBCDriver");
               DriverManager.getConnection("jdbc:hsqldb:file:test.db", "SA", "");


      Source: http://stackoverflow.com/questions/7843546/javafx-webview-screen-paint-routines-become-interrupted-immediately-after-hsqldb

        1. JavaFXApplication9.zip
          1.40 MB
        2. log.txt
          5 kB
        3. with-loaded-driver.png
          with-loaded-driver.png
          72 kB
        4. without.png
          without.png
          76 kB

            peterz Peter Zhelezniakov
            sgrinev Sergey Grinev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: