My Services WebSphere Training | JEE Build & Deploy | Automatic Linux Provisioning
Java Project imports cannot be resolved for WebSphere Application client or WebSphere Administration client or WebSphere JMX client Example is from an Eclipse project import com.ibm.websphere.management.AdminClient; import com.ibm.websphere.management.AdminClientFactory; import com.ibm.websphere.management.Session; import com.ibm.websphere.management.configservice.ConfigService; import com.ibm.websphere.management.configservice.ConfigServiceHelper; import com.ibm.websphere.management.configservice.ConfigServiceProxy; import com.ibm.websphere.management.exception.ConfigServiceException; import com.ibm.websphere.management.exception.ConnectorException; import com.ibm.websphere.management.exception.AdminException; import com.ibm.websphere.management.application.*; import com.ibm.websphere.pmi.*; import com.ibm.websphere.pmi.stat.*; Solution: You could apply a similar approach ro WAS 6.1 and WAS7 but the runtime JARs required might be named differently. Reference an external JAR called com.ibm.ws.admin.client_8.0.0.jar which can be located in any WebSphere 8 <was_install_root>\runtimes folder.
Steve Robinson has been working in IT for over 15 years and has provided solutions for many large-enterprise corporate companies across the world. Steve specialises in Java and Middleware consulting. Steve comes from both an administration and development background.
Before moving to JEE, Steve was an accomplished developer and consultant for both IBM Lotus Notes and Microsoft .NET Technologies.
Follow Steve as @stevencrobinson on twitter.
IBM WebSphere Application Server 8.0 Administration Guide
WebSphere Application Server 7.0 Administration Guide