Skip to content

Commit

Permalink
chore: minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 25, 2023
1 parent 8009813 commit f1a3dbc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/03-WFBE/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,10 @@ csv-python/
   └── test_python_api.py
```

1. The `build.gradle.kts` file automated the generation of the `csv.jar` file
1. We need to __ensure__ that the _JVM-based library_ is available on the system where `jcsv` is installed
+ why not including it in the Python package?

1. The `build.gradle.kts` file automates the generation of the `csv.jar` file
+ it is a _Fat-JAR_ containing all the dependencies of the JVM-based library
+ such JAR is placed in the `jcsv/jvm` directory
+ it is part of Python sources, so that it can be distributed with the Python library
Expand Down Expand Up @@ -667,7 +670,9 @@ csv-python/

---

## Including JVM in JPype projects (pt. 1)
## Including JVM in JPype projects

- We need to __ensure__ that some __JVM is available__ on the system where `jcsv` is installed

- Notice that the JVM is available as a __Python dependency__ too:
+ https://pypi.org/project/jdk4py/
Expand Down

0 comments on commit f1a3dbc

Please sign in to comment.