From 050438c80a22cd649706b32660ad5805786bc2f1 Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 26 Nov 2002 17:42:30 +0000 Subject: [PATCH] Add jars to classpath without checking if they exist. --- src/helma/main/launcher/Main.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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