setenv NM_PROFILER_FLAGS
and then type a space
(do not hit enter).export NM_PROFILER_FLAGS
and then type a space
(do not hit enter).-agentpath:
line from the Attach Wizard into the
shell and press enter.C-Shell: $ setenv NM_PROFILER_FLAGS -agentpath:/opt/netbeans-5.5rc1/profiler1/ lib/deployed/jdk15/linux/libprofilerinterface.so=/opt/netbeans-5.5rc1 /profiler1/lib,5140 $
Bash: $ export NM_PROFILER_FLAGS='-agentpath:/opt/netbeans-5.5rc1/profiler1/ lib/deployed/jdk15/linux/libprofilerinterface.so=/opt/netbeans-5.5rc1 /profiler1/lib,5140' $
-agentpath:
line will differ on your system.