News

I just tried using a spaced dir name and it worked without quotes. C home\my dir\blah.jar (no quotes) worked by either setting the classpath in the cmd prompt, or in the My Computer properties. This ...
In a previous blog posting, I listed some “everyday problems” Java developers will often face and included some ideas and links related to addressing these issues. One of the focal points of that post ...
At one time or another, developers experience frustration when dealing with the Java classpath. It’s not always clear which class the class loader will load, especially when your application’s ...
For Java-based programs such as Maven, Jenkins, Gradle or Tomcat to run, they need to know that Java's JDK is installed. That's the purpose of the JAVA_HOME environment variable. It tells programs ...
There are various instances of this issue that we get such as JAVAC’, JRE, ‘MVN’, JAR’ is not recognized as an internal or external command, operable program or batch file, ‘Java’ is not recognized as ...