| Author |
Device drivers
|
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Hi, What java API s are required for writing device drivers in java
|
Groovy
|
 |
himanshu patel
Ranch Hand
Joined: Feb 03, 2003
Posts: 205
|
|
Hi, As far as I know, It is not possible to write device driver using java. Because writing Device Driver is low level programming task and one need to interact with hardware constantly. To achieve this, language must have ability to address arbitrary locations in memory and Java does not have that capability. This is based on my knowledge. It could be wrong too.
|
If you want to become a rich, do not work for others but make others to work for you.
|
 |
 |
|
|
subject: Device drivers
|
|
|