JLang
JLang copied to clipboard
How to use jlang in the maven or gradle Java project?
I read JLang docs and examples. Is there any wa to use it maven or graddle. My project is a little complex and use the third lobraries.
We don't currently have any Maven integration support with JLang, unfortunately.
Additionally, you cannot link pre-compiled JAR files (such as pre-compiled third party libraries) with JLang-compiled code, at present. You must have all of your source files as *.java
files, which you then compile using our tools. The Hello World and Building Larger Project examples on the getting started page show how you might go about this.