parent
711451d4e0
commit
9a71e78b34
|
|
@ -91,3 +91,11 @@ public class HelloInfluxDB {
|
|||
}
|
||||
}
|
||||
```
|
||||
## Running the program
|
||||
|
||||
Build the project and then run the executable .jar file with this [JVM Flag](https://arrow.apache.org/docs/java/install.html).
|
||||
<br/><br/>
|
||||
**Example:**
|
||||
```sh
|
||||
java --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED -jar target/{your-jar-file}.jar
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue