views:

250

answers:

1

Anyone know how to profile a Google App Engine for java app? Preferably I'd like to use the build in netbeans profiler, but that has an error on startup when I try to use it.

Here is the error when I try to profile with netbeans 6.8:

runserver-profile:
     [java] Error occurred during initialization of VM
     [java] Could not find agent library in absolute path: C:\Program

Anyone know how to get the netbeans profiler working?

+3  A: 

Have a look at appwrench. It was recomended in this similar thread.

jbochi
Thanks, good suggestion, currently it looks like its just for eclipse though
Kyle