Skip to content
le-yams edited this page Nov 21, 2014 · 1 revision

Mongo Shell

Since NBMongo 1.3.0

If you have the mongo native tools installed on your system, it is possible to use some of then directly in the NetBeans IDE.

Configuration

First you need to configure the mongo binary path in the options. Open the NetBeans mongodb options (Tools > Options > Miscellaneous > Mongo) then set the mongo binary folder path.

Use

Right click on a node of the mongo service explorer then go to the "Native Tools" menu. Select the tool you want to use.

Except for the Mongo Shell, launching a tool is independent from the selected node. A dialog will prompt so you can specify the tool options and arguments.

The Mongo Shell will directly launch using the node related connection information (it connects to localhost if the mongo service root node is selected).

Clone this wiki locally