How can I profile Java plugin for Arbortext Editor 5.1/5.2 ?
Hello!
I am a developer, I use Java for writing my plugin. I know that Arbortext Editor 5.1 goes with Java 1.4 and Arbortext Editor 5.2 goes with Java 1.5.
The developer guide tells the developers about debugging with a javadebugport.
But what about profiling? How acl file should be modified for at least Arbortext Editor 5.2?
I can't add profiling agent. If my post looks strange then where it the forum for the Arbortext Editor extension developers?
Here is acl in init folder:
set javadebugport=3500;
set javavmargs = -javaagent:agent.jar MainPluginClass
java_console();

