In Eclipse if you are debugging something this means that you have can set 
breakpoints and step through code execution.

If you run something this just means that it is executed but with no debugger 
so you can not set breakpoints and step through the code.

The word 'append' in this context means 'add to the very end' in other words 
add the path to the end of the classpath so it will be found last.

The word 'prepend' means 'To prefix or add to the beginning' in other words add 
it to the start of the classpath so it will be found first.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894518#3894518

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894518


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to