Issue with Java objects after closing Brainstorm

Dear all,

I am encountering an issue which seems known in Matlab, but I wonder if it can be tackled from some kind of fix in Brainstorm itself.

Apparently, despite closing Brainstorm and removing it from path, something is still referring to some Brainstorm-related Java objects, and I fail to clear Java objects.

Specifically, I get these warning messages:

Warning: Objects of
org/brainstorm/list/BstClusterList class
exist - not clearing java 
> In javaclasspath>local_javapath (line 195)
In javaclasspath (line 124)
In javaaddpath (line 71)

Warning: Objects of
org/brainstorm/dnd/TreeDragTransferHandler
class exist - not clearing java 
> In javaclasspath>local_javapath (line 195)
In javaclasspath (line 124)
In javaaddpath (line 71)

Warning: Objects of
org/brainstorm/tree/BstTree class exist -
not clearing java
> In javaclasspath>local_javapath (line 195)
In javaclasspath (line 124)
In javaaddpath (line 71)

The code I need to use after closing Brainstorm needs Java, and it fails because of this.

Any clue?

Many thanks in advance.

Ramtin