Sunday, 8 December 2013

Java useful command

-To run java program in debug mode
    pass -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=<port_NO> as JVM arguments 

Thursday, 5 December 2013

Windows useful commands and default directory structure common software.


  • To start service in window OS from command line.
    • net start/stop/pause/continue <<service_name>>
  • To start Clear case service in Windows.
    • net start albd.