search for: java_tool_opt

Displaying 2 results from an estimated 2 matches for "java_tool_opt".

2006 Oct 11
5
Where is djvmti Agent?
...export LD_LIBRARY_PATH_32=/opt/dvm/build/sparc/lib [jbuckley at load0 ~]$ java -version java version "1.5.0_07" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode) Still works... [jbuckley at load0 ~]$ export JAVA_TOOL_OPTIONS=-Xrundjvmti:all [jbuckley at load0 ~]$ java -version Picked up JAVA_TOOL_OPTIONS: -Xrundjvmti:all Error occurred during initialization of VM Could not find agent library on the library path or in the local directory: djvmti What am I missing? Where are the dvm and/or djvm[tp]i agent libraries?...
2006 Mar 16
0
Re: Can dtrace agent of JDK be used in IBM Websphere?
...is the answer of your question (Can you reply with more details on what failed? Does websphere use an IBM or Sun developed SDK? ) 1. Seems IBM bundled JDK can not detect agent options, like below: If use Sun JDK 1.5, no problem: /usr/jdk/jdk1.5.0_06/bin/java *-Xrundvmti:all* -version *Picked up JAVA_TOOL_OPTIONS: -Xrundvmti:all* java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode) If use IBM Websphere bundled JDK 1.4, can''t detect the agent options: /opt/IBM-2/WebSphere/AppServer/ja...