Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Marvinmw opened this issue Mar 12, 2020 · 1 comment
Open

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

Marvinmw opened this issue Mar 12, 2020 · 1 comment

Comments

@Marvinmw
Copy link

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.

@dz333
Copy link
Collaborator

dz333 commented Mar 12, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants