Dear Members

I have this java comand (related with JMX)

java -classpath D:\TR\...a.jar;D:\TR\b.jar; -Dcom.sun.management.jmxremote
com.jordan.Main 

This work, then I can get a connection from jconsole (PID from Local Tab
Pane)

The point is that is a long classpath and work for windows, therefore this
in Linux is heavy to be changed, 
I used to work with ant (I am not an expert), usually with this is enough

<target name="run">                              
        <java fork="true" classname="com.jordan.Main"
classpathref="libraries">
            <classpath path="${bindir}"/>          
        </java>
</target>        

The code work, but I can never get a connection from jconsole because never
appear any PID

Therefore I need your knowledge, what is misssing in my ant configuration

Thanks in advanced
-- 
View this message in context: 
http://www.nabble.com/How-To%3A-Java-Command-to-Ant-tp25512317p25512317.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to