Skip to content

Commit 950fe6c

Browse files
authored
Add some basic instructions
1 parent 072620c commit 950fe6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ In the init and notifyNewTables code was simplu added some println for the incom
1010

1111
## Compile
1212

13-
To compile the Java class and obtain the .class to use in the adapter deploy, form the home of the project launch:
13+
To compile the Java class OverrideMetadataProxy and obtain the .class to use in the adapter deploy, from the home of the project launch:
1414

15-
javac -nowarn -g -classpath lib/ls-proxy-adapters.jar;lib/ls-adapter-interface.jar src/com/lightstreamer/adapters/OverrideMetadataProxy.java
15+
`javac -nowarn -g -classpath lib/ls-proxy-adapters.jar;lib/ls-adapter-interface.jar src/com/lightstreamer/adapters/OverrideMetadataProxy.java`
1616

1717
You can use java 6, 7 or 8 but it would be better to use the same version of the jvm running the server.
1818

0 commit comments

Comments
 (0)