File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
java/Ice/customError/client/src/main/java/com/example/ice/customerror/client Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,11 @@ public static void main(String[] args) {
1818 // Java applications that unmarshal classes or exceptions, when the classes/exceptions or their enclosing
1919 // module(s) are remapped using java:identifier, like in this demo.
2020 var initData = new InitializationData ();
21- initData .properties = new Properties (args );
2221 initData .sliceLoader = new ClassSliceLoader (GreeterException .class );
2322
23+ // Parse command-line arguments into properties.
24+ initData .properties = new Properties (args );
25+
2426 // Create an Ice communicator. We'll use this communicator to create proxies and manage outgoing connections.
2527 try (Communicator communicator = Util .initialize (initData )) {
2628
You can’t perform that action at this time.
0 commit comments