简体   繁体   English

GWT不支持类java.beans.PropertyChangeListener

[英]Class java.beans.PropertyChangeListener not supported by the GWT

I am porting a GWT application from GWT-Ext to SmartGWT. 我正在将GWT应用程序从GWT-Ext移植到SmartGWT。 Previously, it used java.beans.PropertyChangeEvent and java.beans.PropertyChangeListener . 以前,它使用java.beans.PropertyChangeEventjava.beans.PropertyChangeListener We recently upgraded to GWT2.4. 我们最近升级到GWT2.4。 Am I missing a library? 我想念图书馆吗? In Netbeans, it is underlined yellow and the hint says 在Netbeans中,其下划线为黄色,提示内容为

Class java.beans.PropertyChangeListener not supported by the GWT GWT不支持类java.beans.PropertyChangeListener

GWTx svn indicates that it was last changed in 2009. GWTx svn表示它最后一次更改是在2009年。

Your best bet is to try recompiling GWTx source code with GWT 2.4 or 2.5 by taking a checkout of the source code from http://gwtx.googlecode.com/svn/trunk/ ( This would help validate whether that jar is compatible latest GWT architecture). 最好的选择是尝试通过从http://gwtx.googlecode.com/svn/trunk/中检出源代码来尝试使用GWT 2.4或2.5重新编译GWTx源代码(这将有助于验证该jar是否兼容最新的GWT建筑)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM