How to create Java Application with Eclipse

  • 04 April 2016
  • ADM

How to create Java Application with Eclipse. First Java Hello World application. Command line run example.


How to configure Maven proxy settings on Windows

  • 12 September 2016
  • ADM

How to configure Maven proxy settings on Windows using global settings or user settings. Additional added missing library.


Windows basics commands and tools for developers

  • 23 May 2016
  • ADM

Windows command prompt basics commands like ping, telnet, dir, cd, ipconfig and tools like Task Manager, Services, Registry.


How to prepare a Windows Java Development Machine

  • 05 April 2016
  • ADM

How to prepare a Windows Java Development Machine using Eclipse, NetBeans, Ant, Maven, MySQL, MongoDB, GIT, SVN.


How to create directory in Java

  • 05 April 2016
  • ADM

How to create directory in Java using File.mkdir() and File.mkdirs() methods. Contains multiple examples.


How to find all files containing a text string on Linux

  • 20 May 2016
  • ADM

How to find all files containing a text string on Linux using grep command with exclude/include parameter.