JLang icon indicating copy to clipboard operation
JLang copied to clipboard

How to use jlang in the maven or gradle Java project?

Open Marvinmw opened this issue 4 years ago • 1 comments

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.

Marvinmw avatar Mar 12 '20 04:03 Marvinmw

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.

dz333 avatar Mar 12 '20 21:03 dz333