Java Tutorial - Java Scipt : Rebuilding the .jar File

Java Tutorial - Java Scipt :

Rebuilding the .jar File


We do not need to make any changes to the existing Ant script to rebuild the .jar file. It will happily build the new EJB and install the new .jar file by executing the following command: ant deploy If nothing goes wrong, the output will be similar to what we saw earlier when we compiled and deployed the bean under the Compiling the Bean
section.