News

JDK 1.2, the JVM and other JDK tools find classes by searching the Java platform (bootstrap) classes, any extension classes, and the class path, in that order. (For details on the search strategy, see ...
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 is in Win2000 Server SP2.<P>It did NOT work when I used quotes.
The Java classpath has always been a source of frustration and confusion, despite its seemingly simple concepts. This article demonstrates a simple tool for unambiguously identifying which Java ...
Anyone here successfully install the pure-Java Cloudscape RDBMS?Anyone here familiar with setting the CLASSPATH under OSX?Anyone here familiar with setting an environment variable under OSX ...
A prerequisite for this course is that you know Java. And an important indicator is that you can set your Java class path. If you need a refresher, read thisHow to Set your Classpath and setting ...
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 ...