[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[wtp-jsf-dev] Regarding porting a JSF based application from Netbeans 6.1 to Eclipse 3.4 Ganymede
|
- From: "Rakesh Sinha" <rakesh.usenet@xxxxxxxxx>
- Date: Sun, 29 Jun 2008 15:30:56 -0400
- Delivered-to: wtp-jsf-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=rPqocPM2c/kVN7Wx76/ph5Au/eOMXMKrJCiAVUH4Bjs=; b=F7bOh6d59TDTwwGo0lX3JuxzPDsUilstNg4bf7pjbDL4BvHmO4D2QNdBaeW6niS046 jbrdYPQlhWs3anEZ3mSDJdrQ4WR8srzSOLrM/JbJsNwKB2+FQa8+N09tgTQSm4ayQG4W PsCqp96lpSZ1hoOTlSTuVQa1HwEJsfhCldjnk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=WVu5QNiGMgDQwqWPQ6Ya5JEx3muI0Lz2cKamezUs5m0lVIWPCeJ/dU2gRnAVwoNVTZ 0GzMba3nG+OnrNVg6s/8BvUyPs6th3i3eiHTf+2O2/gudj8RQYdP68xM542+cgyVL2er GIZPdeTXQlsk5U3VUnD7QhznaPmhP8GGYtNLM=
Hi -
I am trying to port some applications from Netbeans 6.1 to Eclipse
3.4 Ganymede. I got the following list of errors here -
import com.sun.rave.web.ui.appbase.AbstractRequestBean;
The import com.sun.rave cannot be resolved. I am trying to figure out
the appropriate JAR file that needs to be used here. Can you please
suggest the right way of doing this. Thanks.