File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1717You can use java 6, 7 or 8 but it would be better to use the same version of the jvm running the server.
1818
You can’t perform that action at this time.
0 commit comments