-
-
Notifications
You must be signed in to change notification settings - Fork 712
Building Soot with Eclipse
Step1:
Download Eclipse
Step2:
Download heros, jasmin and soot from the link mentioned below by simply integrating it into eclipse. This is a simple .psf file while includes all of them and you do not have to download each of them separately.
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.
If you are working on soot and after your successful results you want to export a team project file which will be one file including all of your projects than please follow the mentioned below 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