Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BC4D889D for ; Tue, 13 Sep 2011 18:57:13 +0000 (UTC) Received: (qmail 69278 invoked by uid 500); 13 Sep 2011 18:57:12 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 68830 invoked by uid 500); 13 Sep 2011 18:57:07 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 68801 invoked by uid 99); 13 Sep 2011 18:57:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 18:57:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of prvs=230646c56=LCAO@amfam.com designates 204.29.134.135 as permitted sender) Received: from [204.29.134.135] (HELO nmr.amfam.com) (204.29.134.135) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 18:56:59 +0000 X-IronPort-AV: E=Sophos;i="4.68,375,1312174800"; d="scan'208";a="270215266" Received: from rsgrl1coex01gw2.corporate.amfam.com ([10.74.32.11]) by nmr.amfam.com with ESMTP; 13 Sep 2011 13:56:38 -0500 Received: from NHQ1ACCOEX06VS1.corporate.amfam.com ([10.74.32.85]) by rsgrl1coex01gw2.corporate.amfam.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 13 Sep 2011 13:56:37 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: [daemon] Procrun (Prunsrv) classpath wildcard not working on AMD 64 Date: Tue, 13 Sep 2011 13:56:37 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [daemon] Procrun (Prunsrv) classpath wildcard not working on AMD 64 thread-index: AcxyRt1lJGJhOVNZR5eFRS2e4zXI1A== From: "Cao, Li" To: X-OriginalArrivalTime: 13 Sep 2011 18:56:37.0970 (UTC) FILETIME=[DDB36320:01CC7246] X-Virus-Checked: Checked by ClamAV on apache.org Hi! I tried to use the classpath wildcard with prunsrv.exe (1.0.7) running on Windows server but having issues. I am basically trying to use this format: --Classpath=3Dfoo.jar;lib\*;.\properties The Java application cannot find the class needed in the lib folder. It works if I do not use the * wildcard and add the JARs I needed. =20 --Classpath=3Dfoo.jar;lib\A.jar;lib\B.jar;.\properties I am using the "java" option (not JVM.dll).=20 Has anyone made this wildcard classpath work with prunsrv AMD64 binary? Thanks! Li --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org