-
-
Notifications
You must be signed in to change notification settings - Fork 712
Building Soot with Eclipse
Step1:
Download Eclipse Download Eclipse IDE from following link:
http://www.eclipse.org/downloads/
Step2:
Use the link mentioned below to download a simple .psf file or use the URL in eclipse to import team project set. This integrates heros, jasmin and soot into eclipse instead of downloading each of them manually. For detailed steps please see screen shots below:
https://raw.github.com/Sable/soot/develop/soot.psf
Go to File -> import -> team project set -> Next -> Enter the above URL -> Click Finish
Here you are with the imported heros, jasmin and soot files.
After successfully completing the aforementioned steps, you can also export a team project file that includes all of your projects by using following steps:
Go to File -> Export -> select Team Project set -> Select the projects that needs to included as team project -> and click Finish. Now your team project file is ready inform of .psf.
Also check out Soot's webpage.
NOTE: If you find any bugs in those tutorials (or other parts of Soot) please help us out by reporting them in our issue tracker.
- Home
- Getting Help
- Tutorials
- Reference Material
- General Notions
- Getting Started
- A Few Uses of Soot
- Using Soot as a Command-Line Tool
- Using the Soot Eclipse Plugin
- Using Soot as a Compiler Framework
- Building Soot
- Coding Conventions
- Contributing to Soot
- Updating the Soot Web Page
- Reporting Bugs
- Preparing a New Soot Release