Bundle cited in host code (?)

2008-10-26 Thread Juan Lucas Dominguez Rubio
Hi list. Forgive my ignorance, but there is something I don't understand in the code of the main bundle in one of the examples. The code says: ... configMap.put(AutoActivator.AUTO_START_PROP + .1, file:../extenderbased.circle/target/extenderbased.circle-1.0.0.jar +

RE: System Information

2008-10-31 Thread Juan Lucas Dominguez Rubio
Hi, Asma. I'm afraid most of that info is not available from a pure-Java application. You will probably need to write a method in C or C++ to get that data, and then access it from Java using JNI, or else, use some utility library that does that. You could also execute some external command