This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Java 1.7 - compile trouble


Yaroslav,

> $ java -cp C:/JVM/kawa/kawa-1.9.3.jar test

Try adding the current directory to the classpath:

$ java -cp "C:/JVM/kawa/kawa-1.9.3.jar;." test
                                      ^^^

Dominique Boucher



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]