|
Question : How can i add org.apache.jetspeed in Websphere ?
|
|
Dear All,
I am using Websphere to develope a very big portal , but i have a problem in Websphere Development Env , When i write:
import org.apache.jetspeed.*
Websphere show a red line under this expression and say : The import org.apache.jetspeed can not be resolved ?
So my question is , how can i add Jetspeed package to Websphere in details ?
Regards,
|
Answer : How can i add org.apache.jetspeed in Websphere ?
|
|
Sorry about the waiting.
1.-In you app development enviroment (RAD, ASTK, Site developer, etc.) go to the server perspective, right click on your web module and select "Import....." 2.-On the Import Window Select "File system" and click Next> 3.-In the section "From Folder" Browse for the folder under wich is located the jar containing org.apache.jetspeed.* classes. 4.-Select the jars you want to import 5.-In the section "Into folder" select your AppWEBModule->WebContent->WEB-INF->lib and click OK 6.-Finish
Hope this helps. www.ptr.com.mx
|
|
|
|