<br><br>
<div class="gmail_quote">2009/3/20 Andreas Pokorny <span dir="ltr">&lt;<a href="mailto:andreas.pokorny@gmail.com">andreas.pokorny@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello,<br><br>2009/3/20 ankit jain &lt;<a href="mailto:ankitguddu@gmail.com">ankitguddu@gmail.com</a>&gt;:<br>

<div>
<div></div>
<div class="h5">&gt; Hi all,<br>&gt;<br>&gt; I am creating a library through add_library command of java files.<br>&gt; Now i want to link it with some jar files which contain some classes which<br>&gt; is needed to build that library.<br>
&gt;<br>&gt; target_link_libraries is not working in this case.<br><br></div></div>What do you mean by link?<br>For java it should be sufficient to add the jar files to the class<br>path. You can do that<br>with the INCLUDE_DIRECTORIES command.<br>
<br>kind regards<br><font color="#888888">Andreas<br></font></blockquote></div>
<div> </div>
<div>Can we set the classpath from cmake. Actually through include directories it is not taking. i have to extract the fiels from the jar and then the library is build otherwise simply including the jar files using include_directories not working.</div>

<div> </div>
<div>Iam not sure abotu classpath since it is not being set through cmakelist and even when i set it through bash it is not taking those jar files. </div>
<div> </div>
<div>Can u tell me how to do that with an example.</div>
<div> </div>
<div>Thanks..</div>
<div> </div>
<div>Ankit<br></div>