Loïc Girault

Results 7 comments of Loïc Girault

Hi, first thanks for this really cool library. Do you still consider handling click event a possible future improvement ? Perhaps even more generally having the possibily to pass an...

I have the same issue, and puting the `cc_library` target as `data` do not solve it. I don't know if it changes anything, but in my case the `so` is...

Great ! now it works ! This is a bit frustrating that I need to add a gen_rule to extract the `so` from the `jar` but it seems [unavoidable](https://stackoverflow.com/questions/59636733/set-java-library-path-inside-a-jar-file). I've...

I can, but I'm not sure the working thing I wrote thanks to @liucijus example is the best practice. I have a [genrule that extract the so library packaged by...

here it is https://github.com/bazelbuild/rules_scala/pull/1182 @liucijus example speaks for itself, hence the documentation is quite short and references the example (submitted along the doc). I completed it with a scala_test target.

So I have a similar issue an `UnsatisfiedLinkError` link errors that complains that the `so` is not in `java.library.path`. Upon further investigation, `java.library.path` seems correctly set, but its entries are...

thank you @caoccao. I'm not sure to understand what is Javet in comparison with J2V8. Is it a fork ? a rewrite ?