Carmelo Piccione

Results 18 comments of Carmelo Piccione

Great, thanks for the quick response on this!

What steps did you take beyond the environment variable to install it? In particular, are the jar files located in C:\ or elsewhere? It needs to read from it's own...

Ghost, @kyoann `unable to open archive ("\\ocamljava-2.0-alpha2\\lib\\ocaml\\ocamlrun.jar")` `set PATH=C:\ocamljava_v2.0-alpha2\bin;%PATH%` Your problem might be that `ocamljava_v2.0-alpha2 != ocamljava-2.0-alpha2` The hard coded path has to match up exactly.

That answers my questions-I was only considering using threads so that I could compile some existing ocaml modules into cmj format. Lots of useful libraries depend on lwt, which requires...

I was thinking along similar lines regarding the lwt backend. The same argument can be made for Jane Street's async package as well.

I am using a build system (Maven) with particular requirements- it requires that each dependency of the build system is bundled together into a single unit (usually a jar), which...

Another solution that would be adequate for me is if there was a system property I could pass to the JVM to independently specify the locations of ocamlrun, ocaml-lib-files, and...

Changing the Class-Path entry in ocamljava.jar had no visible effect. Created like this: > jar xvf ocamljava.jar The manifest > Class-Path: /foobar > Main-Class: ocaml.compilers.ocamljavaMain Recreate jar: > jar cfm...

I would also love this feature. I would even be happy if you could memorize the zoom level I set and use it as the default for new tabs. I...

I've also run into this with - mamba version: 0.24.0 - conda version : 4.13.0 - conda-build version : 3.21.9 - python version : 3.8.5.final.0 Also am using the `-c`...