Answer the question
In order to leave comments, you need to log in
What is the best and easiest way to create a Com object in Java and work with it?
Hello. It is necessary to work with the equipment (turnstile controllers and other things like that). This equipment collects data and stores it on its own. Communication goes through their SDK (dll). The manual for this SDK says that the first step is to create an object. Something I can not understand how it is better and easier to do in Java.
(Also, hmm, this: but in Linux you can’t work with this at all, is it just Windows garbage?)
Answer the question
In order to leave comments, you need to log in
dll is a purely Windows thing you can't work with in Linux.
1) The only thing that comes to mind is to contrive to work through JNI and its analogs
Analogs can be looked here in the Native section https://github.com/akullpp/awesome-java
2) Although it would undoubtedly be easier to work through c/c++( or the toad is fundamental?).
3) Well, or quite the edge on the toad, write a server on which the logic will be processed, write small programs in c / c ++ that simply forward data from the controllers to the server in the established format
It is necessary to work with the equipment (turnstile controllers and other things like that). ... Communication goes through their SDK (dll).and what are these controllers that work on Windows :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question