User development,
A new message was posted in the thread "Editing the JBoss AS Configuration":
http://community.jboss.org/message/530073#530073
Author : Denis Golovin
Profile :
http://community.jboss.org/people/dgolovin
Message:
--------------------------------------------------------------
Could you tell me your JBossTools version?
I was wrong about twiddle.jar, it is looking for JBOSS_HOME/bin/run.jar as I can see in
trunk version
protected boolean isHomeValid() {
if( homeDir == null || !(new File(homeDir).exists())) return false;
return new
Path(homeDir).append("bin").append("run.jar").toFile().exists();
//$NON-NLS-1$ //$NON-NLS-2$
}
Do you have JBOSS_HOME/bin/run.jar?
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/530073#530073