Skip to content

Commit 035149a

Browse files
author
a5richar
committed
Update the instructions for developing with Soot - you also need to tell Eclipse the location of the Soot classes so that it can find soot.options.Options, for example.
1 parent cabc2e2 commit 035149a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soot_in_eclipse_howto.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h3><center>Developing With Soot in Eclipse</center></h3>
8383
</ul>
8484

8585
<a name="lib"><h5>Step 4: Adding libraries needed by Soot</h5></a>
86-
<p>Now you need to add the Jasmin and Polyglot and Ant libraries to your project.</p>
86+
<p>Now you need to add the Jasmin, Polyglot, Ant and Soot libraries to your project.</p>
8787

8888
<ul>
8989
<li>Right click on your project
@@ -94,6 +94,7 @@ <h3><center>Developing With Soot in Eclipse</center></h3>
9494
<li>Use the dialog to select your jasminclasses.jar file
9595
<li>Click <tt>OK</tt>
9696
<li>Repeat for your polyglotclasses.jar file and ant.jar file
97+
<li>Select <tt>Add Class Folder</tt> and choose the "classes" folder to add the Soot library</li>
9798
<li>Click <tt>OK</tt> again
9899
</ul>
99100

0 commit comments

Comments
 (0)