For some background, I am trying to run Jboss EAP 7.1 along with Eclipse and both are connected via Jboss Tools.
Okay so my main problem is how to configure JVM arguments to the Jboss Server JVM since I intend to use the DCEVM inorder to use HotDeployment.
The Argument I want to add is :
java -XXaltjvm=dcevm -javaagent:c:\java\hotswap-agent.jar YourApp
I added it to the System Configuration inside the Mangement Console as per some web guides but Jboss doesn't seem to detect it. Also tried the JAVA_OPTS enviorment variable but it isn't affected.
Note : I am running Jboss on a Standalone configuration myself and I think Ecclipse's JBoss Tools does the same. As it uses the Standalone directory and configuration xml.