Hi, I am trying to determine what was it the current environment from a core file which belongs to a java virtual machine process.
I have tried: $ mdb core.26707 Loading modules: [ ] > > ::status debugging core file of java (32-bit) from saeb2bp42 executable file: /u01/bea/jdk142_07/bin/java initial argv: /opt/jdk142_07/bin/java -server -XX:NewSize=224M -XX:MaxNewSize=22 > > ::getenv mdb: invalid command '::getenv': unknown dcmd name > Is it possible somehow to determine the current env using ::getenv from a core file ? Thanks, Stefan