Gaddam, Narsa wrote:
class, a simple call to create a frame as below:Frame frame = * * * new * Frame();It works fine on WSAD environment on test server when we run our application. But when we deployed EAR on websphere app server 5.0, we
Does the appserver have a windowing system running (i.e. is it a headless unix/linux box) ? If no window system, that might be the problem. In the old days, it was impossible to use any of the AWT graphics classes without a window system running. But I think they've fixed that so that the graphics classes can be used. It would not suprise me if you still could not create a Frame, though - since it's existance doesn't make sense without a window system to display it. C -- ------------------------------------------------------------------------- Chris Merrill | http://www.webperformanceinc.com Web Performance Inc. Website Load Testing and Stress Testing Software ------------------------------------------------------------------------- _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org
