(String [] args)
| 2 | |
| 3 | public class StartLinkd { |
| 4 | public static synchronized void main(String [] args) throws Exception { |
| 5 | var linkd = new Zezex.App(); |
| 6 | try { |
| 7 | linkd.Start(-1, 12000, 15000); |
| 8 | StartLinkd.class.wait(); |
| 9 | } finally { |
| 10 | linkd.Stop(); |
| 11 | } |
| 12 | } |
| 13 | } |