<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br>The bridging projects are all dead and unsupported. You can still do it, but you'll have to write Haskell wrappers that use C types, then write C code that calls the wrapped Haskell code, then write JNI code to call the C code from Java.<br><br>&nbsp;&nbsp;&nbsp;<a href="http://www.haskell.org/haskellwiki/Calling_Haskell_from_C">http://www.haskell.org/haskellwiki/Calling_Haskell_from_C</a><br><br>There was a promising thesis project called LambdaVM that allowed you to compile Haskell to JVM byte codes, but it suffered the same fate as all thesis projects.<br><br>Regards,<br><br>John A. De Goes<br>N-BRAIN, Inc.<br>The Evolution of Collaboration<br><br><a href="http://www.n-brain.net/">http://www.n-brain.net</a>&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;877-376-2724 x 101<br><br>On Feb 9, 2009, at 8:56 AM, Silviu ANDRICA wrote:<br><br><blockquote type="cite">Hello,<br></blockquote><blockquote type="cite">I was wondering if there is a way to call Haskell code from Java. I tried using jvm-bridge(<a href="http://sourceforge.net/projects/jvm-bridge/">http://sourceforge.net/projects/jvm-bridge/</a>), but I'm stuck on building it.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thank you very much,<br></blockquote><blockquote type="cite">Silviu<br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">Haskell-Cafe mailing list<br></blockquote><blockquote type="cite"><a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br></blockquote><blockquote type="cite"><a href="http://www.haskell.org/mailman/listinfo/haskell-cafe">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br></blockquote><div><font class="Apple-style-span" color="#144FAE"><br></font></div></body></html>