How to host web application in apache tomcat – Problems with loading a website are often blamed on the Internet […]
Tag: java
Installing Oracle Java 7 On Ubuntu 13.04/12.10/12.04
Reference: http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html (all credits go to original authors.) In case you need Oracle Java instead of OpenJDK in Ubuntu, here’s […]
Installing Java 32bit rpm on 64bit CentOS
Installing Java 32bit rpm on 64bit CentOS – A server stack is the collection of software that forms the operational […]
Run Jena Fuseki as a Service on Windows
The easiest by far way to run a Java app as a service on Windows is by using one of […]
How To Add Additional Cipher Suites to A Java Application Server?
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
How to find obsolete Java version users in a windows server
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
Learning Java after JavaScript
Enter First tech post! Some background: I took to learning web development after securing a spot at a coding fellowship […]
Why does the Java KVM client for my Dell BMC no longer work?
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
IDisposable in Java
Java 7 introduces an equivalent pattern to C#’s IDisposable pattern, AutoClosable, or try-with-resources. For example: try (BufferedReader br = new […]
Comparing Strings
Hello all I hope you are doing well. In this article I’ll be writing about 4 ways to compare strings […]
Why assertions are so powerful
Most programming toolchains offer them. For some it is a library function just like any other (such as for C++ […]
The Military Design Pattern
Let’s say that you want to hide all your UI elements that inherits from a Hideable interface/baseclass. This pattern enable […]
PHP Collections
What is it? The Collections library is one of the most useful things in most modern languages, but for some […]
What is the value of JAVA_HOME for CentOS?
What is the value of JAVA_HOME for CentOS? – A server stack is the collection of software that forms the […]
PHP vs Java: Which Is Better For Web Development
In this article we will learn about some of the frequently asked Php programming questions in technical like PHP vs […]
Determining if a problem can be solved using dynamic programming….
To determine whether we can optimize a problem using dynamic programming, we can look at both formal criteria of DP […]
change java process name
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
Debugging Tutorial 1 – Introduction: Conditional Breakpoints
First post in a (hopefully) long series covering everything you need to know about debugging in VSCode, IntelliJ/IDEA in Java, […]
Which Java version should I run Jenkins with?
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
for those who build multiple maven projects at once
python build.py output: 1 project1 2 project2 3 project3 choose projects coma separated(e.g. [1,2,3]): [1,2,3] SUCCESS for /home/foobar/git/project1 SUCCESS for […]