|
In Eclipse, files (xml, java, conf, txt, etc.) can be created and edited. All source files generated in the Project and configuration files copied to the workspace can be viewed, edited and user code can be added as required.
Steps to import WebNMS configuration Files to Eclipse
In Eclipse, it is possible to Import a file from the local file system into the workspace. To Import the WebNMS Configuration files to Eclipse, it is necessary to follow the following steps.
Right Click the Package Explorer Window and select Import option. "Import" Dialog screen is displayed
In the "Import" Dialog screen, Select Import WebNMS Conf File from Conf File Import
Click Next button to view the " WebNMS Conf File Import " wizard.
In the Import WebNMS Conf File screen , import a file from the given WebNMS installation directory into the EMS Development project.
In the Select File text field , Click Browse to select the file that is to be imported.
Select the Parent Folder to where the files are to be imported. (By default the file will be placed inside the "<projName>/resources" directory in the same directory structure as present in WebNMS.)
Click Finish button.
The file gets imported to the Parent Folder in the Package Explorer Window.
|