Hi everyone...
I need to build a file browser for a wireless multimedia device for a Windows PC. The objective is to be able to browse contents of the device. The device defines its own protocols for communication. I have divided the whole project into two modules: the browser and the communication layer.
I'm pretty experienced in C/C++, but I'm new to Java. Can you please tell me if it is possible to build the communication layer using Java?( I think I have to build a device driver).
And if I build the browser using Java and the communication layer using C, can the two be interfaced properly?
Thanks in advance...