Skip to content

Commit 43b85b7

Browse files
Update README.MD
1 parent 358ad33 commit 43b85b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.MD

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ For generare Java jar library:
99
cd mDNSPosix
1010
make os=linux Java
1111
````
12+
N.B. For fix Java compilation using command "make os=linux Java", use before:
13+
````
14+
javac -d objects/prod -classpath objects/prod ../mDNSShared/Java/*.java
15+
````
16+
1217
Executing Java program that use the library, need to include the classpath of jar library (-classpath), and the library libjdns_sd.so (using java.library.path).
1318

1419
What is mDNSResponder?

0 commit comments

Comments
 (0)