fabiojose
11/21/2014 - 1:00 PM

RunningOn.WebSphere

RunningOn.WebSphere

try{
			
	Class.forName("com.ibm.ws.runtime.WsServer");
			
	/*It is running on WebSphere*/
			
}catch(ClassNotFoundException exp) {
			
	/*It is not running on WebSphere*/
			
}