Add screenshot to project setup section.

This commit is contained in:
apriestman 2022-01-18 11:31:00 -05:00
parent dcc6674c44
commit 57c39a3135
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -53,11 +53,13 @@ To make a NetBeans module:
After the module is created, you will need to do some further configuration.
<ul>
<li>Right click on the newly created module and choose "Properties".
<li>Verify that the Netbeans Platform is set to the Autopsy Platform.
<li>You will need to configure the module to be dependent on modules from within the Autopsy platform. Go to the "Libraries" area and choose "Add" in the "Module Dependencies" section. Choose the:
<ul>
<li>"Autopsy-Core" library to get access to the Autopsy services.
<li>NetBeans "Lookup API" library so that your module can be discovered by Autopsy.
</ul>
\image html projectProperties.png
<li>If you later determine that you need to pull in external JAR files, then you will use the "Wrapped Jar" section to add them in.
<li>Note, you will also need to come back to this section if you update the platform. You may need to add a new dependency for the version of the Autopsy-Core that comes with the updated platform.
<li>Autopsy requires that all modules restart Autopsy after they are installed. Configure your module this way under Build -> Packaging. Check the box that says Needs Restart on Install.