-
Notifications
You must be signed in to change notification settings - Fork 7
Use SecuCheck in Eclipse IDE.
- Create a new External Tool Configuration.
In eclipse, go to External Tool Configuration settings. Run -> External Tools -> External Tools Configurations..., then a window pops up. In that window right click on "Program" and select "New Configuration"
- give a name to configuration in Name textfield
- give the path of the java 1.8 exe file in Location textfield
- In the Arguments textfield: -jar {FluentTQLMagpieBridge with dependencies jar path}
In step 5, we built the FluentTQLMagpieBridge jar, please provide that jar path in the arguments tab. Note: It is very important that we should provide the path of an jar-with-dependecies jar file.
- Run the configuration.
Go to, Windows -> Preferences -> Language Servers, and then click on Add button
Once the Add button is clicked, a window will pop up, in that window, Expand "Text" and select "Java Source File", and then on the right side, expand "Program" and then select your configuration that we created in the step 1.
And finally click on "Ok" and then "Apply and Close". Later, FluentTQL-MagpieBridge will open the configuration page for each opened projects. To know how to use Configuration page click here.
- Note: For testing, "de.fraunhofer.iem.secucheck.InternalFluentTQL.catalog" in the cloned "secucheck-magpiebridge" project can be used, this contains both vulnerable application as well as corresponding FluentTQL specificaitons.