i have successfully compiled the example of Disable commands inside the sdk. but whenevr i try to run the jar i am getting error.
$ make DisableCommandsTest.run
“C:/Program Files/Java/jdk-9.0.1/bin/java” -Dcom.sun.star.lib.loader.unopath="" -jar C:/sources/libo-core/instdir/sdk/WINexample.out/class/OfficeDev/DisableCommandsTest/DisableCommandsTest.jar
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Error: Could not find or load main class com.sun.star.lib.loader.Loader
Caused by: java.lang.ClassNotFoundException: com.sun.star.lib.loader.Loader
make: *** [Makefile:87: DisableCommandsTest.run] Error 1