[jboss-user] [JBoss Tools] New message: "Re: Editing the JBoss AS Configuration"
Denis Golovin
do-not-reply at jboss.com
Thu Mar 4 19:07:20 EST 2010
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
More information about the jboss-user
mailing list