You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
o Add info on the ConnectionHelperClient to ConnectionHelper's readme
o Added ConnectionHelperClient.jar to the cfu bundle
o Make sure client designates Main-Class in the jar manifest (distinction between building locally and building from ConnectionHelper which doesn't call deploy)
Copy file name to clipboardexpand all lines: sqldeveloper/extension/java/ConnectionHelper/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# SQL Developer Examples
2
2
## ConnectionHelper
3
-
Optionally accept connection info from the command line and/or on a [SocketServer](https://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html)
3
+
Optionally accept connection info from the command line and/or on a [SocketServer](https://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html). For use with the socket server, see also the [ConnectionHelperClient](../ConnectionHelperClient/README.md) example.
4
+
5
+
*Note: The cfu bundle includes the client. It can be found in <sqldev_home>sqldeveloper/extension/oracle.db.example.sqldeveloper.extension.connectionHelper/ConnectionHelperClient.jar*
0 commit comments