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 f0731eb commit 247d2b2Copy full SHA for 247d2b2
src/main/example/SSLServerExample.java
@@ -50,7 +50,7 @@ public static void main( String[] args ) throws Exception {
50
51
// load up the key store
52
String STORETYPE = "JKS";
53
- String KEYSTORE = "D:\\GitHub\\Java-WebSocket\\src\\main\\example\\keystore.jks";
+ String KEYSTORE = "keystore.jks";
54
String STOREPASSWORD = "storepassword";
55
String KEYPASSWORD = "keypassword";
56
0 commit comments