Hi was just wondering if i can use java for PIC programming as we can with C or Basic.Or can we use java for microprocessing....

Recommended Answers

All 5 Replies

Hi was just wondering if i can use java for PIC programming as we can with C or Basic.Or can we use java for microprocessing....

hi
Well question sounds interesting, but what I know is that using assembly languages u can directly interact with registers(which is a hardware component), but as far as I know, we can't interact with registers using java..............do we?.

Hi everyone,

He may be able to use java as a wrapper but using jni for communicating with the pic chip.

Richard West

what is exactly a jni? a chip??or a kind of programmer?

JNI is an interface layer that lets a Java application call native code libraries (like DLLs on Windows and OS/2 and shared objects on Unix).
Check your compiler documentation and the Java section at the better stocked specialty bookstores.

Thanks I'll check it out.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.