Sorry, I replaced that javah command with the one you gave me but now I got another error:<br><br><span style="font-family:courier new,monospace">[ build JVH ] CustomTarget/accessibility/bridge/inc/WindowsAccessBridgeAdapter.h</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">Error: Could not find class file for &#39;org.openoffice.accessibility.WindowsAccessBridgeAdapter&#39;.</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">C:/libo/solenv/gbuild/StaticLibrary.mk:49: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /cygdrive/c/libo/solver/<a href="http://wntmsci12.pro/lib/svtool.lib">wntmsci12.pro/lib/svtool.lib</a>.  Stop.</span><br>
<br><div class="gmail_quote">On Wed, Apr 18, 2012 at 7:27 AM, Matúš Kukan <span dir="ltr">&lt;<a href="mailto:matus.kukan@gmail.com">matus.kukan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 15 April 2012 17:51, Johnny Chen &lt;<a href="mailto:johnny.uw@gmail.com">johnny.uw@gmail.com</a>&gt; wrote:<br>
&gt; [ build JVH ]<br>
&gt; CustomTarget/accessibility/bridge/inc/WindowsAccessBridgeAdapter.h<br>
&gt; Error: Class com.sun.star.uno.XComponentContext could not be found.<br>
<br>
</div>Ops, sorry, does this help ? Still something missing ?<br>
<br>
-    javah -classpath . -o $(call gb_Helper_native_path,$@)<br>
org.openoffice.accessibility.WindowsAccessBridgeAdapter<br>
+    javah -classpath $(ACBI) -o $(call gb_Helper_native_path,$@)<br>
org.openoffice.accessibility.WindowsAccessBridgeAdapter<br>
<br>
in accessibility/CustomTarget_bridge_inc.mk<br>
<br>
--<br>
Matus<br>
</blockquote></div><br>