We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec563a4 commit b475796Copy full SHA for b475796
README.md
@@ -2,7 +2,7 @@
2
3

4
5
-Call Java programs from Julia.
+Call Java programs from [Julia](https://julialang.org).
6
7
## Documentation
8
@@ -11,7 +11,7 @@ Documentation is available at http://juliainterop.github.io/JavaCall.jl
11
## Quick Start Example Usage
12
13
```julia
14
-$ JULIA_COPY_STACKS=1 julia
+$ JULIA_NUM_THREADS=1 JULIA_COPY_STACKS=1 julia
15
16
julia> using Pkg; Pkg.activate(; temp = true)
17
Activating new project at `/tmp/jl_e6uPja`
0 commit comments