File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
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)
2
- JVM process without any prior setup at the target process.
1
+ This tool allows you to connect a Scala REPL console to running Oracle (Sun)
2
+ JVM processes without any prior setup at the target process.
3
3
4
- .. raw :: html
4
+ ** `View demo video on YouTube <http://youtu.be/h45QQ45D9P8>`_ **
5
5
6
- <a href =" http://youtu.be/h45QQ45D9P8" title =" View demo video on YouTube" >
7
- <img src =" youtube.jpg" />
8
- </a >
6
+ .. image :: youtube.jpg
9
7
10
8
Download
11
9
--------
@@ -17,7 +15,7 @@ you will see:
17
15
18
16
::
19
17
20
- scalive/
18
+ scalive-1.0 /
21
19
scalive
22
20
scalive.bat
23
21
scalive-1.0.jar
@@ -33,16 +31,16 @@ you will see:
33
31
scala-library, scala-compiler, and scala-reflect of the appropriate version
34
32
will be loaded to your running JVM process, if they have not been loaded.
35
33
36
- For convenience, Scala 2.10.2 and 2.10.3 JARs are preincluded. If your Scala
37
- process is using a different version, you need to manually download the
34
+ For convenience, Scala 2.10.2 and 2.10.3 JARs are preincluded. If your process
35
+ is using a different Scala version, you need to manually download the
38
36
corresponding JARs and save them as above.
39
37
40
38
Usage
41
39
-----
42
40
43
41
Run the shell script ``scalive `` (*nix) or ``scalive.bat`` (Windows).
44
42
45
- To see a list of running JVM processes and their process ids :
43
+ To see a list of running JVM processes and their process IDs :
46
44
47
45
::
48
46
You can’t perform that action at this time.
0 commit comments