Eclipse - User Library

Card Puncher Data Processing

About

A User Library in Eclipse is a set of jar files.

In the classpath file, you can read the following path org.eclipse.jdt.USER_LIBRARY/MyLibraryName.

<?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>





Discover More
Card Puncher Data Processing
Eclipse - Classapth

The file .classpath can be found at the root directory of a project. where: the kind attribute can take the following values: src for source file con for a user library output for the class compile...



Share this page:
Follow us:
Task Runner