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.
5
3
6
4
Download
7
5
--------
@@ -56,8 +54,11 @@ How it works
56
54
Scalive uses the `Attach API <https://blogs.oracle.com/CoreJavaTechTips/entry/the_attach_api >`_
57
55
to tell the target process to load an `agent <http://javahowto.blogspot.jp/2006/07/javaagent-option.html >`_.
58
56
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.
61
62
62
63
Known issues
63
64
------------
You can’t perform that action at this time.
0 commit comments