Browse thread
[ANN] OCaml-Java project : beta version
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Adrien <camaradetux@g...> |
| Subject: | Re: [Caml-list] [ANN] OCaml-Java project : beta version |
David Allsopp just pointed to me my command-line was incorrect. It
lacked the -jar switch :
java -jar ocaml.jar
Thanks a lot !
However one has to note it is not possible to use javaw : it returns
immediately and here immediately really means immediately, faster than
a java program can start.
Now about ocamljava, ocaml.jar immediately exits with "unable to
locate ocaml toplevel". I thought it did not need ocaml(.out).
Also, ocamljava.jar has another problem :
java -jar bin\ocamljava.jar
Fatal error: exception
Sys_error("/usr/local/share/camomile/database/general_cat
egory.mar: java.io.IOException: file does not exist:
.\usr\local\share\camomile\
database\general_category.mar")
Thanks for your work.
---
Adrien Nader