Table of Contents

Eclipse - Classapth

File

The file .classpath can be found at the root directory of a project.

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Oracle JDBC"/>
	<classpathentry kind="output" path="classes"/>
</classpath>

where: