Skip to content

Commit 5ffbd1c

Browse files
committed
Configure class for reflection
1 parent 26fcf69 commit 5ffbd1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/esmf-native-support/src/main/java/org/eclipse/esmf/nativefeatures/DiagramFeature.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ private void setupJava2d() {
147147
Native.forClass( "sun.java2d.pipe.ShapeSpanIterator" )
148148
.registerFieldsForJni( "pData" );
149149
Native.forClass( "sun.java2d.xr.XRSurfaceData" )
150+
.registerEverythingForReflection()
150151
.registerFieldsForJni( "picture", "xid" );
151152
}
152153

0 commit comments

Comments
 (0)