File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- This tool allows you to connect a Scala REPL console to a running Oracle (Sun) JVM
2- process without any prior setup at the target process.
3-
4- If you want a Clojure REPL console, try `liverepl <https://github.com/djpowell/liverepl >`_.
1+ This tool allows you to connect a Scala REPL console to a running Oracle (Sun)
2+ JVM process without any prior setup at the target process.
53
64Download
75--------
@@ -56,8 +54,11 @@ How it works
5654Scalive uses the `Attach API <https://blogs.oracle.com/CoreJavaTechTips/entry/the_attach_api >`_
5755to tell the target process to load an `agent <http://javahowto.blogspot.jp/2006/07/javaagent-option.html >`_.
5856
59- The agent then creates a TCP server to let the Scalive process interact with the target
60- process. The Scalive process acts as a client.
57+ The agent then creates a TCP server to let the Scalive process interact with the
58+ target process. The Scalive process acts as a client.
59+
60+ See also `liverepl <https://github.com/djpowell/liverepl >`_, a similar REPL
61+ console for Clojure.
6162
6263Known issues
6364------------
You can’t perform that action at this time.
0 commit comments