JVM startup script in Solaris

Hi,

I've installed dynatrace on a SunOS(5.10) & I need to update its agent path in JVM start up script.

Where can I find or which script starts JVM?

Some Details here :
Java location : /<server location>/oracle/forms/FRHome_1/jdk/jre/bin

Please help me in this. I did some research but couldn't get which is the script that starts up the JVM.

Your description is a bit vague.
A general debugging tip for Solaris applications: with

truss -af -t exec program

you can see what processes and sub-processes are started.

Thanks MIG. That worked. But dev team has to do that update. Anyway thanks for letting me know this command.