Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks! This has solved the installation error. However, my agent and client jars are still not being bundled into the nbm file. At runtime I use http://github.com/mchr3k/org.intrace/blob/master/InTrace-VisualVM-Plugin/src/org/intrace/visualvm/Locator.java to find the path to these jars and this currently returns null when using the built nbm file. These jars are located correctly when I run the plugin directly from Netbeans: Agent Path: C:\Work\GitHub\InTrace\InTrace-VisualVM-Plugin\build\cluster\modules\ext\intrace-agent.jar. Do you know how I can solve this?
      singulars
    2. COActually, in order to access your 3rd party libraries you would need to create a library wrapper module, wrap in your jars (a simple wizard will help here) and then bundle the library wrapper and your actual module into one module suite (another project type). Check out http://wiki.netbeans.org/DevFaqWrapperModules for more information about library wrappers. Once you set-up your modules like this you can use InstalledFileLocator (http://bits.netbeans.org/dev/javadoc/index.html) to get the actual location of your jars.
      singulars
    3. COSuccess! I don't actually need to use any classes from these jars within VisualVM. I only need to have filesystem access to the jars. It was therefore sufficient for me to manually place the jars into release/modules/ext/ and it just worked (TM) - http://github.com/mchr3k/org.intrace/tree/master/InTrace-VisualVM/release/modules/ext/. Thanks for all your help.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload