cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

How can I profile Java plugin for Arbortext Editor 5.1/5.2 ?

IlyaYeroshenko
1-Newbie

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();

1 REPLY 1

Try here. More detail will be needed if you want help. The Adepters mailing list is your best place for questions but it's hosted over at PTCuser.org and has been around since 1996. Monitored by PTC R&D and Product Management as well as new and old customers.

Top Tags