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.
33
4- .. raw :: html
4+ ** `View demo video on YouTube <http://youtu.be/h45QQ45D9P8>`_ **
55
6- <a href =" http://youtu.be/h45QQ45D9P8" title =" View demo video on YouTube" >
7- <img src =" youtube.jpg" />
8- </a >
6+ .. image :: youtube.jpg
97
108Download
119--------
@@ -17,7 +15,7 @@ you will see:
1715
1816::
1917
20- scalive/
18+ scalive-1.0 /
2119 scalive
2220 scalive.bat
2321 scalive-1.0.jar
@@ -33,16 +31,16 @@ you will see:
3331scala-library, scala-compiler, and scala-reflect of the appropriate version
3432will be loaded to your running JVM process, if they have not been loaded.
3533
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
3836corresponding JARs and save them as above.
3937
4038Usage
4139-----
4240
4341Run the shell script ``scalive `` (*nix) or ``scalive.bat`` (Windows).
4442
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 :
4644
4745::
4846
You can’t perform that action at this time.
0 commit comments