Since upgrading to the Windows x64 variant of SQL Developer 24.3.1.347, I have been unable to load PGQL Property Graph worksheets (the “Waiting for Editor to initialize” throbber continues indefinitely). According to the logs, this is because it is unable to load the relevant libraries, which I've confirmed exist. I have attempted using the SQL Developer version with Java included, the one without Java included, and have even tried reinstalling after “unblocking” the archive. I've also confirmed that file permissions should allow it access to the relevant libraries.
Specifically, the log entries are:
SEVERE 135 0 oracle.ide.extension.HashStructureHook Unexpected runtime exception while delivering HashStructureHookEvent
SEVERE 330 2951 oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$1 Cannot invoke "oracle.javatools.editor.FoldedRowMap.getMaxRowWidth()" because "this._rowMap" is null at oracle.javatools.editor.BasicView.revalidateRowMap(BasicView.java:1546)
SEVERE 2105 4529 oracle.dbtools.raptor.oviewer.base.ViewerAddin$XMLParser Could not Load :oracle.dbtools.raptor.plsql.PLSQLCodeViewer cannot be found by oracle.sqldeveloper_24.3.1
SEVERE 2116 0 oracle.dbtools.raptor.oviewer.base.ViewerAddin$XMLParser Could not Load :oracle.dbtools.raptor.plsql.PLSQLCodeViewer cannot be found by oracle.sqldeveloper_24.3.1
SEVERE 2141 1 oracle.dbtools.raptor.oviewer.base.ViewerAddin$XMLParser Could not Load :oracle.dbtools.raptor.plsql.PLSQLCodeViewer cannot be found by oracle.sqldeveloper_24.3.1
SEVERE 2142 0 oracle.dbtools.raptor.oviewer.base.ViewerAddin$XMLParser Could not Load :oracle.dbtools.raptor.plsql.PLSQLCodeViewer cannot be found by oracle.sqldeveloper_24.3.1
SEVERE 2143 0 oracle.dbtools.raptor.oviewer.base.ViewerAddin$XMLParser Could not Load :oracle.dbtools.raptor.plsql.PLSQLCodeViewer cannot be found by oracle.sqldeveloper_24.3.1
SEVERE 2144 0 oracle.dbtools.raptor.oviewer.base.ViewerAddin$XMLParser Could not Load :oracle.dbtools.raptor.plsql.PLSQLCodeViewer cannot be found by oracle.sqldeveloper_24.3.1
SEVERE 2145 1 oracle.dbtools.raptor.oviewer.base.ViewerAddin$XMLParser Could not Load :oracle.dbtools.raptor.plsql.PLSQLCodeViewer cannot be found by oracle.sqldeveloper_24.3.1
SEVERE 3245 7412 oracle.dbtools.raptor.oviewer.base.AsynchronousViewerEditor com/google/common/util/concurrent/internal/InternalFutureFailureAccess at java.base/java.lang.ClassLoader.defineClass1(Native Method)
I'd really like to be able to use SQL Developer for PGQL, so any help fixing this would be appreciated.