Skip to content

asinghvi17/JavaCall.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

245 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaCall

Build Status Build status

Call Java programs from Julia.

Documentation is available at http://juliainterop.github.io/JavaCall.jl

Non-Windows Operating Systems

JavaCall and its derivatives do not work correctly Julia 1.1 and Julia 1.2. On Julia 1.3, please set the environment variable JULIA_COPY_STACKS. On 1.1 and 1.2, and on 1.3 without JULIA_COPY_STACKS set, you may see segfaults or incorrect results. This is typically due to stack corruption. The Julia long-term-support version of 1.0.x continues to work correctly as before.

Windows Operating System

Do not set the environmental variable JULIA_COPY_STACKS. To use jcall with @async start Julia in the following way:

$ julia -i -e "using JavaCall; JavaCall.init()"

About

Call Java from Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 97.0%
  • Java 2.4%
  • Shell 0.6%