【发布时间】:2016-03-06 08:41:37
【问题描述】:
请帮我解决这个异常。我在 oracle 11g 表单上运行它。 我正在使用 DirectPrint.java (pjc)。检查点击here. 我在 Forms Applet 版本是 11.1.2.0
上运行它线程“AWT-EventQueue-2”中的异常 java.lang.NoSuchMethodError: oracle.forms.handler.IHandler.getApplet()Ljava/applet/Applet; 在 dsd.printing.DirectPrint.parseURL(DirectPrint.java:554) 在 dsd.printing.DirectPrint.setProperty(DirectPrint.java:316) 在 oracle.forms.handler.ComponentItem.setCustomProperty(未知来源) 在 oracle.forms.handler.ComponentItem.onUpdate(未知来源) 在 oracle.forms.handler.JavaContainer.onUpdate(未知来源) 在 oracle.forms.handler.UICommon.onUpdate(未知来源) 在 oracle.forms.engine.Runform.onUpdateHandler(未知来源) 在 oracle.forms.engine.Runform.processMessage(未知来源) 在 oracle.forms.engine.Runform.processSet(未知来源) 在 oracle.forms.engine.Runform.onMessageReal(未知来源) 在 oracle.forms.engine.Runform.onMessage(未知来源) 在 oracle.forms.engine.Runform.processEventEnd(未知来源) 在 oracle.ewt.lwAWT.LWComponent.redispatchEvent(未知来源) 在 oracle.ewt.lwAWT.LWComponent.processEvent(未知来源) 在 java.awt.Component.dispatchEventImpl(未知来源) 在 java.awt.Container.dispatchEventImpl(未知来源) 在 java.awt.Component.dispatchEvent(未知来源) 在 java.awt.LightweightDispatcher.retargetMouseEvent(未知来源) 在 java.awt.LightweightDispatcher.processMouseEvent(未知来源) 在 java.awt.LightweightDispatcher.dispatchEvent(未知来源) 在 java.awt.Container.dispatchEventImpl(未知来源) 在 java.awt.Window.dispatchEventImpl(未知来源) 在 java.awt.Component.dispatchEvent(未知来源) ...
【问题讨论】:
-
你缺少一些被调用的库
-
@nightfox79 谢谢,但我已经解决了这个问题。
标签: java oracle oracleforms