diff --git a/src/helma/main/launcher/Main.java b/src/helma/main/launcher/Main.java index d3b62dcc..d88f260c 100644 --- a/src/helma/main/launcher/Main.java +++ b/src/helma/main/launcher/Main.java @@ -16,8 +16,8 @@ import java.security.Policy; */ public class Main { - public static final String[] jars = { "helma.jar", "jetty.jar", "crimson.jar", "xmlrpc.jar", - "village.jar", "servlet.jar", "regexp.jar", "mail.jar", + public static final String[] jars = { "helma.jar", "jetty.jar", "crimson.jar", "xmlrpc.jar", + "village.jar", "servlet.jar", "regexp.jar", "mail.jar", "activation.jar", "netcomponents.jar", "jimi.jar", "apache-dom.jar", "jdom.jar"}; @@ -25,13 +25,14 @@ public class Main { public static void main (String[] args) throws Exception { // check if home directory is set via command line arg. If not, - // we'll get it from the location of the jar file this class + // we'll get it from the location of the jar file this class // has been loaded from. String home = null; // first, try to get helma home dir from command line options for (int i=0; i