mxnmatch,
First, which version of MyEclipse are you using?
What is happening is your app is probably starting and terminating before the profiler even has a chance to get a hold of it. The profiler does keep track of terminated applications which you will see under Local, however since your app exited before the profiler even started and so it’s missing it.
I have a couple of additional suggestions:
1) Invoke the profiling action a second time, but this time, leave the VisualVM window (from the last profiling attempt) open.
2) From the profile menu in the toolbar or your application’s “Profile As” menu, select “Profile Configurations…”. Then select your app under Java Applications in the tree view on the left and the Profile tab on the right.
Suggest you change the instrumentation scheme to Total and also check the “Profile underlying framework at startup” options and click the Profile button to profile your app.
Note: These settings are saved and future profiling sessions will use these settings.
Hope this helps, please let us know if you require further assistance.