Is the current path `.` in the classpath by default?

From Oracle’s page on setting the class path:

The default class path is the current directory. Setting the CLASSPATH variable or using the -classpath command-line option overrides that default, so if you want to include the current directory in the search path, you must include “.” in the new settings.

Use ; for Windows and : for Unix-like operating systems as a separator for multiple paths.

Leave a Comment