You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: