Skip to content

Commit

Permalink
Fix highlighted code syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Feb 1, 2016
1 parent 2552b19 commit 513f6a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ To build your own version of `LS_MarketDepth_adapters.jar`, instead of using the
* Get the `log4j-1.2.17.jar` file from [Apache log4j](https://logging.apache.org/log4j/1.2/) and copy it into the `lib` folder.
* Create the jar `LS_MarketDepth_adapters.jar` with something like these commands (you have to create the temporary folder `tmp_classes`):
```sh
>javac -source 1.6 -target 1.6 -nowarn -g -classpath lib/log4j-1.2.17.jar;lib/ls-adapter-interface.jar -sourcepath src -d tmp_classes src/com/lightstreamer/adapters/MarketDepthDemo/MarketDepthMetadataAdapter.java

>jar cvf LS_MarketDepth_adapters.jar -C tmp_classes com
> mkdir tmp_classes
> javac -source 1.6 -target 1.6 -nowarn -g -classpath lib/log4j-1.2.17.jar;lib/ls-adapter-interface.jar -sourcepath src -d tmp_classes src/com/lightstreamer/adapters/MarketDepthDemo/MarketDepthMetadataAdapter.java
> jar cvf LS_MarketDepth_adapters.jar -C tmp_classes com
```
* Stop Lightstreamer Server; copy the just compiled `LS_MarketDepth_adapters.jar` in the `/adapters/MarketDepth/lib` folder of your Lightstreamer Server installation; restart Lightstreamer Server.

Expand Down

0 comments on commit 513f6a8

Please sign in to comment.