Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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



Back to the top