我也有同样的问题:JavaEE/NetBeans库引用
我已经按照建议下载了Netbeans 6.7和Glassfish 2,但是我仍然没有所需的库。
我的一个文件是这样的:
import com.sun.data.provider.RowKey;
import com.sun.data.provider.impl.CachedRowSetDataProvider;
import com.sun.rave.web.ui.appbase.AbstractPageBean;
import com.sun.sql.rowset.CachedRowSetXImpl;
import com.sun.webui.jsf.component.Body;
import com.sun.webui.jsf.component.Button;
import com.sun.webui.jsf.component.DropDown;
import com.sun.webui.jsf.component.Form;
import com.sun.webui.jsf.component.Head;
import com.sun.webui.jsf.component.Html;
import com.sun.webui.jsf.component.Label;
import com.sun.webui.jsf.component.Link;
import com.sun.webui.jsf.component.MessageGroup;
import com.sun.webui.jsf.component.Page;
import com.sun.webui.jsf.component.StaticText;
import com.sun.webui.jsf.component.TextField;
import com.sun.webui.jsf.model.SingleSelectOptionsList;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.faces.FacesException;
import javax.faces.component.UISelectItems;
import javax.faces.component.html.HtmlSelectOneMenu;
import javax.faces.event.ValueChangeEvent;
import javax.sql.rowset.CachedRowSet;
我没有任何com.sun…
我对web应用程序/netbeans没有太多的经验,所以任何帮助都会很感激。我意识到这是非常过时的,可能应该迁移到其他东西,但现在我只想做一些小的编辑,而不是重写所有的东西。
谢谢!
我最初是在一个没有Wodostock/JSF的Netbeans新版本中打开这个项目的。由于某些原因,当使用旧版本的Netbeans打开时,它无法工作。然而,在删除它并首先使用旧版本重新打开它后,它可以工作。