Skip to content

Commit 331f7fb

Browse files
committed
Fix
1 parent a38e4ed commit 331f7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/userguide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Save the following code in a file named `hello_jpype.py`:
158158
import jpype.imports
159159
160160
# Start the JVM
161-
jpype.startJVM(classpath=["../jar/*;../classes;com.amce-1.0.jar"])
161+
jpype.startJVM(classpath=["../jar/*","../classes","com.amce-1.0.jar"])
162162
163163
# Import Java classes
164164
from java.lang import String

0 commit comments

Comments
 (0)