# 3.28 – Using Java parameters

In some cases, the use of Java parameters during or before the start of SparkView is useful or necessary.\
Depending on the system, these must be entered as follows:

#### Windows
Enter the parameters in the SparkView control panel under the "Java" tab one below the other.
<img src="https://docs.sparkview.info/uploads/images/gallery/2024-01/scaled-1680-/scr-20240109-niya.png" style="margin-top: 5px; width: 350px; height: auto;" />

---

#### Linux/MacOS
Enter the parameters directly with the start command, e.g.
```java
java -Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true -jar SparkGateway.jar
```