RSS Feed
Articles
-
Install Gradle in Cloud9 IDE
-
Localhost Authentication for Spring Kerberos
Introduction
Web application with kerberos authentication has one problem if accessed from the same windows machine NTLM will be used instead of Kerberos, because of this in Spring Kerberos you will get following exception.
-
JasperReport with Gradle
Introduction
I recently migrated my project from Maven to Gradle. In the process I faced lots of challenges, one of them is compiling JasperReport.
-
Jasper Reports Font Extension
Introduction
JasperReports font extension is used to package fonts which are not available in the target platform (e.g. Some Microsoft fonts are not available in Linux platform).
-
JDK Folder from Installation EXE
Introduction
This post explains how to create JDK folder from the installation exe in Windows. This will be help full for people who don’t have admin privilege to install JDK.