You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Florian Breisch edited this page Feb 21, 2016
·
5 revisions
Default: <<empty>>
Type: string
Description
With this setting you're able to add extra Java-Classpaths to the call of javac. You may add multiple paths, separated by the path-delimiter of your platform (; for win32 and : for *ix). These Classpath-settings are used to build the -cp-option of javac in conjunction with the CLASSPATH-environment-variable and optional classpath-files (which are not compatible with the Eclipse based classpath-files).
For example, you're the -d option to cache the class-files in C:\class-cache then you might use:
C:\class-cache
as additional Classpath-setting. This example fits to the win32-platform.
Please notice that placeholders (like ~) may not work, you need to use absolute and full paths.