You can use these two files to use Eclipse 2.0 with Jskad. Though you'll
have to edit .classpath appropriately for your installation. And though there may be further snags if you try it, since I haven't.
This commit is contained in:
parent
de6ae79959
commit
e8dacead31
2 changed files with 32 additions and 0 deletions
15
.classpath
Normal file
15
.classpath
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="output" path="eclipse_bin"/>
|
||||||
|
<classpathentry kind="src" path="source"/>
|
||||||
|
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
|
||||||
|
<classpathentry kind="lib" path="extensions/jdom.jar"/>
|
||||||
|
<classpathentry kind="lib" path="extensions/jmf.jar"/>
|
||||||
|
<classpathentry kind="lib" path="extensions/xalan.jar"/>
|
||||||
|
<classpathentry kind="lib" path="extensions/xercesImpl.jar"/>
|
||||||
|
<classpathentry kind="lib" path="extensions/xml-apis.jar"/>
|
||||||
|
<classpathentry kind="lib" path="extensions"/>
|
||||||
|
<classpathentry kind="lib" path="F:/thdl/Jskad/extensions/drop-ins/QTJava.zip"/>
|
||||||
|
<classpathentry kind="lib" path="F:/Program Files/Eclipse/eclipse/plugins/org.junit_3.7.0/junit.jar"/>
|
||||||
|
<classpathentry kind="lib" path="F:/Program Files/j2sdkee1.3.1/lib/j2ee.jar"/> <!-- or you could use Tomcat's JAR. -DC -->
|
||||||
|
</classpath>
|
17
.project
Normal file
17
.project
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>Jskad</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
Loading…
Reference in a new issue