mace-opensaml-users - RE: help needed in installing opensaml
Subject: OpenSAML user discussion
List archive
- From: Scott Cantor <>
- To: 'abrar khan' <>,
- Subject: RE: help needed in installing opensaml
- Date: Mon, 10 Nov 2003 11:11:47 -0500
- Importance: Normal
- Organization: The Ohio State University
> And set the classpaths like these
> Do I need to download the xml security package or it
> is included
It's included, but your classpath is bogus.
> .;C:\xer\xerces-2_5_0\*.jar;
> C:\j2sdk1.4.1_01\lib;
> C:\saml\opensaml\java\dist\opensaml.jar;
> C:\saml\opensaml\java\lib\*.jar; C:\saml\opensaml\java\endorsed\*.jar;
> do u guys see anything missing.
You can't use * like that. You have to explicitly have each jarfile listed
separately. The easiest way to do this is with a batch file like so:
set DIRLIBS=%SAML_HOME\lib\*.jar
for %%i in (%DIRLIBS) do (
if defined CLASSPATH (
set CLASSPATH="%i";%CLASSPATH
) else (
set CLASSPATH=%i
)
)
That's a PC batch file, but the shell script would be similar.
-- Scott
---------------------------------------------------mace-opensaml-users-+
For list utilities, archives, subscribe, unsubscribe, etc. please visit the
ListProc web interface at
http://archives.internet2.edu/
---------------------------------------------------mace-opensaml-users--
- endorsed Xerces/DOM jars, Bob Daly, 11/09/2003
- help needed in installing opensaml, abrar khan, 11/09/2003
- Re: help needed in installing opensaml, Bob Daly, 11/09/2003
- RE: help needed in installing opensaml, Scott Cantor, 11/10/2003
- RE: help needed in installing opensaml, abrar khan, 11/10/2003
- RE: help needed in installing opensaml, Scott Cantor, 11/10/2003
- RE: help needed in installing opensaml, abrar khan, 11/10/2003
- RE: help needed in installing opensaml, Scott Cantor, 11/10/2003
- RE: help needed in installing opensaml, Scott Cantor, 11/09/2003
- Re: help needed in installing opensaml, Bob Daly, 11/09/2003
- RE: endorsed Xerces/DOM jars, Scott Cantor, 11/09/2003
- help needed in installing opensaml, abrar khan, 11/09/2003
Archive powered by MHonArc 2.6.16.