ocamljava icon indicating copy to clipboard operation
ocamljava copied to clipboard

Results 14 ocamljava issues
Sort by recently updated
recently updated
newest added

Would be excited to use the ppx_tools lib, which depends on 4.02.0 or higher. Is there a road map for upgrading the ocamljava compiler version?

enhancement

I'm currently experimenting with OCamlJava, and I can't find a way to `extends` a java class (that would for instance offer some `protected` methods) from OCaml code. Is there a...

OCaml allows to interface libraries written in C, for example. Therefore, C stubs must be added to use the C library. My question is, how can I produce a *.jar...

When trying to build the whole project from source, at step 7 (build and install extended ocamlbuild), compilation is giving the following error: ``` /home/vertmo/.opam/ocj/bin/ocamljava.opt unix.cmja -java-package ocaml.tools.ocamlbuild ocamlbuild_pack.cmj ocamlbuildlight.cmj...

First, thanks for a Java version of OCaml. For months I've been trying to find one programming language that's a good compromise between a number of things: functional, to go...

Can OCaml-Java be used with Reasons new source format at all? Native support for Reason, plus OCaml-Java would be a compelling language shift for existing JVM developers I think. ps:...

I see only prebuilt JARs. Thanks!

enhancement

When I try to build ocamlfind using the ocaml built with ocamljava I get an inconsistent assumptions over interface errors: ``` File "topfind.ml", line 1: # Error: The files /Users/cox/.opam/ocamljava-2.0-alpha3/lib/ocaml/compiler-libs/toploop.cmi...

First, I think that having ocaml run on a jvm is really fantastic. It means that with a few jars installed, you can have an ocaml distribution and, even more,...

I have to port a tool written in OCaml on a 32-bit JVM. I'll surely rewrite the tool in another language for now, but I think it's quite sad to...