如何修复 Genexus 16 U 4 找不到符号 createMasterPage?

How to fix Genexus 16 U 4 cannot find symbol createMasterPage?

我正在尝试将我的 Genexus 16 U3 Kb 更新为 U4,但我在编译时遇到了所有对象的问题,无法为方法 createMasterPage 抛出文件符号,我认为应该在 [=19= 上定义该方法]

我已经尝试过多次重建并使用新设置创建新环境,但都没有成功。

RwdMasterPage 本身编译没有错误。

这是一个错误示例:

com\parametros\parmmodelo\comportamiento\actualizacionparametro_impl.java:185: error: cannot find symbol
         MasterPageObj= createMasterPage(remoteHandle, "com.parametros.rwdmasterpage");
                        ^
  symbol:   method createMasterPage(int,String)
  location: class actualizacionparametro_impl

createMasterPage 函数在 gxclassr.jar 中定义(来源是 https://github.com/genexuslabs/JavaClasses/blob/master/java/src/main/java/com/genexus/webpanels/GXWebPanel.java),因此出于某种原因,您的编译器在类路径中找不到正确的 gxclassr.jar。