How to read and write JSON with json-simple

  • 21 April 2016
  • ADM

How to read and write JSON with json-simple library. Full example how to create an object, write it to a file, read it and use it.


How to install Apache Ant on Mac OS X

  • 24 May 2016
  • ADM

How to install Apache Ant on Mac OS X in 4 easy steps:download, extract, move to destination folder and edit the environment variables.


How to include library into Maven local repository

  • 06 July 2017
  • ADM

How to include library into maven local repository using mvn install command. Useful for libraries that are not available in public repositories.


How to create an application with Maven in Eclipse

  • 11 April 2016
  • ADM

How to create a simple application using Maven in Eclipse using maven-archetype-quickstart archetype.


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.


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.