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: Help, Setting classpath, using external java libraries with Kawa


> From: Vasantha Ganesh <vasanthaganesh.k@gmail.com>
> Date: Sat, 1 Apr 2017 15:05:52 +0530

>   This is probably a noob question. In Java while compiling and using
> external libraries  we use -classpath option. How to use external java
> libraries with Kawa?

If I understand your question correctly then it seems you need to use
the -D option to define java.library.path suitably.  Example:

  kawa -Djava.library.path="/where/the/java/libs/are:/another/one:/so/on"

Regards,

-chaw


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