Search This Blog

Infolinks In Text Ads

Sunday, June 6, 2010

Installing MAC OS 10.6.2 on VMWare 7 boot options

-v cpus=1 arch=i386 maxmem=1024 busratio=20

Tuesday, June 1, 2010

Monday, May 31, 2010

netbeans debug maven jetty project

go to project properties, in "Actions", create a new one you will call i.e. "MyServer Debug"

type in the field "execute goal" : jetty:run 

in "Set properties": jpda.listen=maven

that's all