Java

How To Install Glassfish 4.0 on Ubuntu 12.04.3 — step-by-step Linux tutorial on Progressive Robot

How To Install Glassfish 4.0 on Ubuntu 12.04.3

There are many tutorials available to help you install OpenJDK and JBoss. This is one on the latest concerning Oracle Java and Glassfish. Hopefully this will make deploying easier for Java EE developers. Here’s how to install Glassfish 4.0 on Ubuntu 12.04.3.

Read more
How To Setup a DavMail Exchange Gateway on a Debian 7 VPS — step-by-step Linux tutorial on Progressive Robot

How To Setup a DavMail Exchange Gateway on a Debian 7 VPS

If your workplace or school uses Microsoft Exchange for E-mail, you may wish to access your Exchange E-mail account from E-mail clients that do not support the Exchange protocol. DavMail provides a solution, translating Microsoft Exchange to open protocols like POP, IMAP, SMTP, Caldav, Carddav, and LDAP.

Read more
Installing Java on Windows 7 Ultimate 64-bit — step-by-step Programming tutorial on Progressive Robot

Installing Java on Windows 7 Ultimate 64-bit

Recently I bought a new desktop system and installed Windows 7 Ultimate 64-bit on it. Being a Java Developer, the first thing I did after regular setup is to download and install JDK. I was using Windows XP, Solaris or Mac OS for my development purpose till now and I was installing it for the first time on Windows 7 64-bit OS.

Read more
Java 9 Modules — step-by-step Programming tutorial on Progressive Robot

Java 9 Modules

URL: https://www.progressiverobot.com/java-9-modules/ Java 9 modules are one of the biggest change in the structure of java. Here I am going to give a brief high level introduction about "Java 9 Module System". Java 9 Modules We will look into following topics about java 9 modules system. Introduction Java SE 9: Jigsaw Project Problems of Current […]

Read more
Java Collections sort() — step-by-step Programming tutorial on Progressive Robot

Java Collections sort()

URL: https://www.progressiverobot.com/java-collections-sort/ Today we will look into Java Collections sort method. While working with [Collections in java](/community/tutorials/collections-in-java-tutorial), more than often we need to sort the data. Java Collections sort() Java Collections class provides us with a very convenient method Collections.sort() to sort all [List](/community/tutorials/java-list) implementations such as [LinkedList](/community/tutorials/java-linkedlist-linkedlist-java) and [ArrayList](/community/tutorials/java-arraylist). There are two overloaded Collections.sort() […]

Read more
CHAT