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 a38e4ed commit 331f7fbCopy full SHA for 331f7fb
doc/userguide.rst
@@ -158,7 +158,7 @@ Save the following code in a file named `hello_jpype.py`:
158
import jpype.imports
159
160
# Start the JVM
161
- jpype.startJVM(classpath=["../jar/*;../classes;com.amce-1.0.jar"])
+ jpype.startJVM(classpath=["../jar/*","../classes","com.amce-1.0.jar"])
162
163
# Import Java classes
164
from java.lang import String
0 commit comments