Re: Importing javax.faces.context.FacesContext for Glassfish



It means that the wildcard expression expands to a list of filenames
separated by spaces, but -classpath expects a list of filenames
separated by colons. The second of these filenames is causing the
error since it doesn't appear to belong to the classpath argument.

Hi Gordon,

Thanks, so that explains it, and as I had assumed, it had something to
do with the wildcard. I wish the documentation on all this was
clearer.

Christopher

.



Relevant Pages