java - How to get the full command line in JVMTI? -


is possible full command line arguments used launch current java process , during onload phase in jvmti?

i have consulted jvmti reference , think not natively provided, guess best shot use byte code instrumentation (bci).


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -