Hello Guys, Happy New Year to you all. This is my first post in 2016 and I would love to share something useful for those who play around with AWS EC2 instances. Let’s get started with the prerequisites. Prerequisites Before you start, I would love to warn you about python and its discipline around indentation. […]
subversion
Setting up environment for java application development
Hello, This is the first part1 of my series on Maven, Spring and hibernate put together. I hope you it will be appreciated that I started from this point. Let’s get started: Install java development toolkit windows machine download and install jdk 7+ in :
1 2 3 |
C:\\java or C:\\Program Files \java |
Linux Ubuntu [bash] $ sudo apt -get install openjdk-7-jdk […]