# Kludging the Java debugger with Notes and Wine
As Julian pointed out months ago, there are still some issues with Java. One of these is that you can't open up the Java debugger - you get an obscure
"Unable to create a suitable default GraphicsConfiguration" error as soon as the client tries to do any Java graphics-related stuff, and subsequent attempts to open the debugger throw a NullPointerException back at you. There is a workaround though - and if you get to see the error message I mentioned, you've already got it. Basically, don't launch Notes from a shortcut button or menu, use the command line. If you do this, (typically something along the lines of wine "c:\lotus\notes\nlnotes.exe"), all Java output will go to stdout - in this case, your terminal. It ain't ideal, but it does the job. That might be obvious to most, but I must admit to having a Doh! moment, staring at the error message and muttering about not being able to see Java output, before realising that I was looking at exactly that!File under: notes/domino, linux, java : {2004.12.22 22:54}