[jdom-interest] .classpath file

John Jefferson surfer97301 at yahoo.com
Mon Jul 14 16:34:38 PDT 2003


Would it be possible to include a .classpath file for
easier compiling in eclipse?  

Here is the one I wrote.  You just include it in the
root directory.

.classpath

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="lib" path="lib/xerces.jar"/>
    <classpathentry kind="lib" path="lib/xalan.jar"/>
    <classpathentry kind="src" path="src/java"/>
    <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    <classpathentry kind="output" path="classes"/>
</classpath>

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com



More information about the jdom-interest mailing list