Java for a Windows Device Drivers?

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.

1. 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).

2. And if I build the browser using Java and the communication layer using C, can the two be interfaced properly?

[636 byte] By [SamoaWarriora] at [2007-11-27 4:57:33]
# 1
1. Maybe - maybe not. Depends on the interface level.2. Yes. That is what the JNI facilitiy is for.
bschauwejavaa at 2007-7-12 10:13:03 > top of Java-index,Java HotSpot Virtual Machine,Specifications...