12 December 2007
I am a bit new to Maven2 but it seems like I am not the only one to have problems with dependencies. Looks like stuff related to Sun Application Server (now Glassfish) and the Webservice Stack (now Glassfish Metro) has changed and the repositories moved.
References :
No Comments » |
dev |
Permalink
Posted by Bruno Vernay
11 December 2007
Using Netbeans remotely with FreeNX, I had some trouble with the display not refreshing very well.
The solution is simply to uses sun.java2d.pmoffscreen, i.e. add the option -J-Dsun.java2d.pmoffscreen=false in etc/netbeans.conf.
There should be a way to detect if the display is local or not reading the DISPLAY env variable :
…j2se/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java , see _isDisplayLocal method …
I have to try with the J2D_PIXMAPS=shared/server env variable too.
No Comments » |
linux |
Permalink
Posted by Bruno Vernay