簡體   English   中英

與netstock的舊netbeans Web應用程序

[英]Old netbeans web app with woodstock

我遇到了幾乎相同的問題: 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 ...軟件包,而且似乎在任何地方都找不到它們。

我在網絡應用程序/ netbeans方面沒有太多經驗,因此將不勝感激。 我意識到這已經過時了,應該將其遷移到其他地方,但是現在我只想進行一些小的編輯,而不願意重寫所有內容。

謝謝!

我最初是在沒有Wodostock / JSF的較新版本的Netbeans中打開該項目的。 由於某些原因,在使用舊版本的Netbeans打開時,它將無法正常工作。 但是,刪除它並首先使用舊版本重新打開后,它可以工作。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM