I found this example in the Neo4j documentation:


private static Date getStartTimeFromManagementBean(GraphDatabaseService 
graphDbService )
{
    ObjectName objectName = JmxUtils.getObjectName( graphDbService, "Kernel" );
    Date date = JmxUtils.getAttribute( objectName, "KernelStartTime" );
    return date;
}


I downloaded neo4j-jmx-1.8.jar and installed it into the build path, the 
class does not resolve. Where can I find it?



This is also posted on SO but no one has responded. 



What I really need to do is programmatically read the config setting for 
the import folder so I can put stuff in there. Hard-coding the path name is 
clunky. 

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to