Profiling a java Google App Engine app
google-app-engine, netbeans, profiling
Solution
Have a look at appwrench. It was recomended in this similar thread.
Problem
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?