Extracted from the help:
# To launch an external Java Process, follow these steps:
1. Double click on External Java Application. A new configuration is
created.
2. On the Host tab, specify the Host name or IP address and the Agent
Controller port (if different from the default). Click Add, then switch
to the Main tab.
3. Select the Java Class on the file system.
4. You may need to specify where to find the Class path, directory,
and JAR file.
5. You may specify Parameters, VM arguments, and Environment
Variables, as needed.
Step 1 and 2 are ok.
Step 3:
what you think about filesystem?
/home/pmyproject/src/org/lds/test/MyTest.class or the classic
org.lds.test.MyTest ?
... OK in the document "Tutorial: Analyzing the profiling data from a
Java process" I discover that the second choice is the correct one.
But you say "Select the Java Class .." how? the button is disabled and
is enabled only if I select the rac on localhost. I think they are other
constraints about configuration of the remote rac: wich are??.