2 Replies Latest reply on Jul 4, 2011 6:34 AM by maxandersen

    Eclipse twiddle.sh and twiddle.bat

    arg20

      Hi, I'm using Eclipse with jboss tools (on Linux) to deploy my application to a remote Jboss 6.0.0-final server (on windows) via Eclipse RSE.

       

      When I open its configuration tab I can modify the command to shut it down, start it, etc. Since my Jboss AS is running on windows, I've changed this from "shutdown.sh" to "shutdown.bat" and it works. However, when I try to deploy my application it gives me a NullPointerException because it attempts to execute "twiddle.sh". The obvious solution is to replace that for "twiddle.bat" but there seems to be no way of doing this. What can I do?.