RE: [mjp-user] DLL-error
Status: Beta
Brought to you by:
gudujarlson
|
From: Mike B. <mbr...@vi...> - 2002-09-09 23:58:21
|
I found the following in the jswat 2.8 readme (http://www.bluemarsh.com/java/jswat/index.html): Windows NT and JDK 1.4 There seems to be a problem with using JDK 1.4 on Windows NT 4.0, relating to the DirectX features. The errors occur in the method sun.awt.windows.Win32DDRenderer.doFillRectDD. The solution appears to be quite simple, just add the following option after java when starting JSwat: -Dsun.java2d.noddraw=true Mike > -----Original Message----- > From: mjp...@li... > [mailto:mjp...@li...]On Behalf Of Wolfram > Rittmeyer > Sent: Tuesday, September 03, 2002 7:31 AM > To: mjp...@li... > Subject: [mjp-user] DLL-error > > > HI, > > I get an error on NT4 as follows: > Initialising of DLL "C:\WINNT\System32\ddraw.dll" failed. Process will > not be ended correctly." > > I'm a German and the message is in German as well. But I tried to > translate it. So maybe the message would differ slightly in English. > Nevertheless the content should be clear. > > Any ideas what I can do? > > The JFrame (or Frame - cannot tell, since cannot see anything) tries to > start after confirming the message by clicking the OK-Button. But with > the exception of the Frame itself I get nothing. No content (just like a > screenshot of the contents at the place before the frame tried to open > itself). > > I'd be glad for any ideas... > > Thanx, > > Wolfram Rittmeyer |