Projects Settings

Project Settings section contains per-project settings.

Tip

All Javatar‘s settings can be set specifically for each project by setting it in project file instead of user preferences

Dependencies

Javatar support build and run project that have dependencies .jar files both global and specific projects. To add a dependency to global projects (all projects), go to Javatar Settings... > Dependencies... and select Add External .jar or Add Class Folder and Javatar will show a dialog to select a dependency you want to add. To add a dependency to current project, same as for global projects but using Project Settings... > Dependencies... menu instead.

Set Source Folder

As default, Javatar will specified a default package (mostly) based-on current working folder or folder contains current working file (more details on next section). Many projects might use multiple folders and some of them are not source folder. Set source folder helps solve this issue by let you select which folder to specified as Source Folder (or default package as Javatar use).

Set Default JDK

As default, Javatar will use global JDK (more details on JDK Detections). Set a default JDK for each project can be helpful since you might want some projects to use newer JDK version.

To set a default JDK for your project, go to Project Settings... > Set Default JDK and Javatar will show a list of JDK you have and available to use.