Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] inpath/classpath problem


I believe quotes around the path you are specifying will work:

ajc -inpath "path\one.jar;path\two.jar"

cheers,
Andy.



"Thomas Friese" <izar@xxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

20/04/2004 00:20

Please respond to
aspectj-users

To
aspectj-users@xxxxxxxxxxx
cc
Subject
[aspectj-users] inpath/classpath problem





Hi all,

I've got a somewhat strange problem using ajc 1.2 on Windows XP. Whenever I
use the -inpath (or -classpath or -injars) option with a ; separated list of
jars the compiler complains about the second entry in the list:

ajc -inpath path\one.jar;path\two.jar will result in:

error directory does not exist: path\two.jar

Is ist somehow possible to specify multiple jars?

Kind regards,
Thomas

--
"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top